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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
