Flyweight Design Pattern
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.
Tutorials > C# > Beginner
More from BlackWasp

Mail to a Friend  |  Permalink