2010-03-05

Flyweight Design Pattern

Introduction:

Flyweight design pattern target to minimizes the memory usage by sharing as much data as possible with other similar objects. It is very useful when have large amountof objects in memory which have lot of similar values. by sharing the similar values between all the objects, memory usage will be much less.

Click here to read more!





No comments: