[fpc-pascal] THashedStringList vs TFPHashTable

Peter Vreman peter at freepascal.org
Wed Sep 27 17:46:33 CEST 2006


At 16:00 27-9-2006, you wrote:
>Hi,
>
>Is TFPHashTable the same as Delphi's THashedStringList?
>
>I am looking for a List class that can hold large amounts of objects
>with a ID string associated for quick lookups.

For the compiler i created a TFPHashList and TFPHashObjectList as 
similair to TFPList and TFPObjectList. The code is available in 
compiler/cutils.pas


Peter




More information about the fpc-pascal mailing list