Spring4D 1.2 fun fact:

Spring4D 1.2 fun fact:
Generic lists of objects or interfaces will only increase the binary size by less than 1K (exact number depends on compiler version) - System.Generics.Collections are around 14K.

Comments

  1. Stefan Glienke So you separated out a base generic class, which means there's one instance of that generated by the compiler per type T, rather than many per T and type of container?

    ReplyDelete

Post a Comment