Fast file based list for large data lists where delphi is out of memory. For example the StringList runs out sometimes at 100,000-1,000,000 items.
There are IntegerLists and pair lists and working on a direct replacement for TStringList.
Fast file based StringList or IntegerList for large data lists especially if out of memory with a regular TStringList
Pascal