| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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 |