[fpc-pascal] another fpc RAD: MSEide

L505 fpc505 at z505.com
Wed Apr 19 21:21:37 CEST 2006


> > Very nice compact stringlist in there to use...
> > Standard Classes stringlist adds about 60K-70K to your exe/elf while CompactUtils
> > PStrList only adds maybe 1-5KB.
>
> Please compare what is comparable:
>
> The Classes unit contains more than just the TStringlist and TList.
>
> It contains a whole lot of other classes as well: streams, collections,
> components, threads, and the whole streaming system. All things which
> are commonly used in Object Pascal programs.

KOL contains Streams, Threads, Stringlists,  TLists (actually PList) and almost every
single function implmented in the Classes unit. They are pretty comparable. (CompactUtils
doesn't contain threads yet because I didn't work on that area - just not enought time.).





More information about the fpc-pascal mailing list