An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/flyweight

Minimizes memory usage by sharing data with other similar objects
https://github.com/howprogrammingworks/flyweight

flyweight flyweight-pattern js object-oriented-programming pattern patterns

Last synced: 7 months ago
JSON representation

Minimizes memory usage by sharing data with other similar objects

Awesome Lists containing this project

README

          

# Flyweight (GoF Patterns)

See also:
- 👉 Patterns catalog: https://github.com/tshemsedinov/Patterns-JavaScript
- 👉 Author's github: https://github.com/tshemsedinov