[fpc-devel] TList slowness in classes

Yakov Sudeikin yashka at exebook.com
Sun Dec 26 07:40:51 CET 2004


>
>Talking about TList slowness:
>In the last years TList and TStringList became slower and slower. Are there any alternatives in classes.pp? A simple TList providing only the very basics, less checks, no notifications, less virtuals, reordered IFs ... ?

I think dynamic arrays are just what you are looking for.

var
     ii: array of integer;
     ss: array of string;

yakov





More information about the fpc-devel mailing list