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
- Host: GitHub
- URL: https://github.com/howprogrammingworks/flyweight
- Owner: HowProgrammingWorks
- License: mit
- Created: 2019-03-19T10:43:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:21:26.000Z (over 1 year ago)
- Last Synced: 2025-02-26T03:39:52.977Z (about 1 year ago)
- Topics: flyweight, flyweight-pattern, js, object-oriented-programming, pattern, patterns
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 33.2 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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