ObjectPool implementation that let's you create pools, put objects into them and subscribe for new objects
-
Updated
Apr 18, 2021 - Python
ObjectPool implementation that let's you create pools, put objects into them and subscribe for new objects
Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
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 objectpool topic page so that developers can more easily learn about it.
To associate your repository with the objectpool topic, visit your repo's landing page and select "manage topics."