FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DesignPatterns/DesignPatterns/DesignPatterns.Flyweight at master · MainaGeorge/DesignPatterns · GitHub

Latest commit

 

History

History

DesignPatterns.Flyweight

Flyweight Patterns helps us to reuse similar kinds of existing objects by storing and creating new objects when similar objects are not found. Therefore in simple terms, it helps us to reduce the expense of multiple instances that contains the same data.

When to use Flyweight Pattern *To reduce storage cost, by reusing similar objects. *When a large number of similar objects are required. *When the application is dependent on unique object identity.


Back | FazBrowse Home | New Git URL