Op 2021-02-14 om 13:30 schreef Michael Van Canneyt via fpc-pascal:
I think the "performance implications" is more referring to memory management.

Interfaces means an extra object per interface, so more objects on the heap with all the extra memory management that implies.

(not interfaces do, as they are just a contract, but delegation of interfaces does)


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to