Flyweight objects made stupidly easy
-
Updated
Dec 6, 2025 - Python
Flyweight objects made stupidly easy
A variant of the Flyweight pattern that allows the object to be modified without affecting other objects, and automatically shares the memory if the modified object is the same as other objects
Add a description, image, and links to the flyweight topic page so that developers can more easily learn about it.
To associate your repository with the flyweight topic, visit your repo's landing page and select "manage topics."