[Lazarus] TStringList alternatives?

Denis Kozlov dezlov at gmail.com
Sun Aug 7 01:34:50 CEST 2016


On 04/08/2016 14:15, Landmesser John 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?

You can try TFPStringHashTable and TDictionary/THashMap generics. Maybe 
they will perform faster than TStringList.

Denis


More information about the Lazarus mailing list