Skip to content

Releases: JeffersonJales/pooling_objects

It's About Performance

04 Dec 01:28
Compare
Choose a tag to compare

Enhance the lib performance overhaul.

Pooling Objects 1.1.0

26 Sep 19:14
Compare
Choose a tag to compare

Version 1.1.0

New Feature:
Set up a custom "create event" when getting an instance from the pool.
For this, use the new function on the create event of the object.

pooling_object_set_reload_callback(callback)

Callback expects a function that will be called in the instance scope.
That way, when reloading an instance, you can make small adjusts to it.

When the instance doesn't have this custom reload_callback, as default, it will perform its own create event again.

Pooling Objects 1.0.0

23 Sep 03:45
Compare
Choose a tag to compare

Hi.
Hope you find some good use for this little lib.
Any questions or suggestions feel free to create an issue!