Have a look at my generic TVector implementation, written from scratch, based on dynamic array:
https://github.com/xrfang/fpcollection/blob/master/src/units/vector.pas Regards. On Thu, Aug 4, 2016 at 9:15 PM, Landmesser John <[email protected]> wrote: > i use TStringList to store about 100.000 values. > > That's ok, but i would like to know if there are better ways to do that? > > I have Values from a Oracle Database with Row-Id's like > 2016070502523396 HTCSFVRY > > My StringList is sorted, to do a quick IndexOf() > > I would need add and IndexOf() > > What about VirtualTree? TList ... ? > > advices are welcome :-)) > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus-ide.org/listinfo/lazarus >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
