[fpc-announce]Free Pascal Contributed units modified entry. (TFastList)

contribs at freepascal.org contribs at freepascal.org
Sat May 24 14:49:19 CEST 2003


The following entry in the Free Pascal contributed units was modified:

Name         : TFastList
Author       : 
Email        : nick at nick8325.freeserve.co.uk
Homepage     : 
FTP site     : http://www.zen8823.zen.co.uk/list.pas
Version      : 
Date         : 2003-05-24
Category     : Miscellaneous
Supported OS : All
Description  :
A fast implementation of TList. It is compatible with TList and uses a tree of arrays to be much faster than TList at adding, deleting, getting and setting elements.

Note: TFastList has slightly different behaviour from TList in the case of deleting elements. Instead of moving all elements downwards to replace the deleted element, it moves the last element to the position where the deleted element was.





More information about the fpc-announce mailing list