[Lazarus] TStringList alternatives?

Xiangrong Fang xrfang at gmail.com
Thu Aug 4 15:24:48 CEST 2016


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 <jmlandmesser at gmx.de> 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
> Lazarus at lists.lazarus-ide.org
> http://lists.lazarus-ide.org/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160804/a04d07ca/attachment.html>


More information about the Lazarus mailing list