[fpc-devel] Standard generic classes
Sven Barth
pascaldragon at googlemail.com
Wed Jun 5 14:30:11 CEST 2019
J. Gareth Moreton <gareth at moreton-family.com> schrieb am Mi., 5. Juni 2019,
14:27:
> Still, saying all that, maybe there's room for improvement in rtl-generics
> in the form of refactoring, like I've found in the compiler itself in a few
> places. When you say 'heavyweight', do you mean it's a little slow
> sometimes or just very bulky when it comes to code size? (Taking a brief
> look at rtl-generics, there are a lot of classes!)
>
The latter. That's the price to pay for the flexibility to work with any
type.
As said the performance is often better than the other collections (see the
comparison site I linked).
Regards,
Sven
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190605/a22ebc9a/attachment.html>
More information about the fpc-devel
mailing list