[fpc-pascal] Generics vs templates
Marco van de Voort
marcov at stack.nl
Wed Jan 10 07:38:59 CET 2018
In our previous episode, Sven Barth via fpc-pascal said:
> Precisely these virtual methods are one point. They might not add much by
> themselves, but if they're called for each Add or Remove operation they can
> add quite a bit.
> Why do you think that the TFP(Object)List classes don't have notification
> support unlike T(Object)List? Even if it only checks whether a notification
> handler is assigned it's enough for a noticeable difference in performance.
But Graeme compared Delphi TList to Delphi TList<> so both have notifiers?
More information about the fpc-pascal
mailing list