Skip to content

Latest commit

 

History

History
 
 

flyweight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Flyweight

Facilitates the reuse of many fine grained objects, making the utilization of large numbers of objects more efficient.

GOF