>
>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


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to