By BlackWasp
via blackwasp.co.uk
Published: Nov 22 2008 / 13:10
The flyweight pattern is a design pattern that is used to minimise resource usage when working with very large numbers of objects. When creating many thousands of identical objects, stateless flyweights can lower the memory used to a manageable level.



Add your comment