/Flyweight

Purpose: Reduces memory usage by sharing common data across multiple objects instead of replicating/copying it.

Primary LanguageJava

No issues in this repository yet.