An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with objectpool-pattern

A curated list of projects in awesome lists tagged with objectpool-pattern .

https://github.com/incerrygit/dispose.scope

This library allows you to easily use scopes to manage instances of objects that implement the `IDisposable` interface. Register the `IDisposable`s that need to be released into the scope, and then automatically release all registered objects at the end of the scope.

csharp dispose-pattern dispose-scope dotnet objectpool-pattern

Last synced: 21 Mar 2025

https://github.com/MuskettaMan/PoolManagement

This package is an implementation of the Object Pool design pattern made for Unity. It contains the traditional implementation of the design pattern, but also a more specialized implementation dealing with how GameObjects are instantiated, maintained and destroyed.

objectpool objectpool-pattern objectpooler-script optimization optimization-tools package pattern tool unity unity2d unity3d unity3d-games utility

Last synced: 25 Apr 2025

https://github.com/balazs-kis/utils-lite

Small tools (object pool, retry logic, automatic mapping, etc.) for .NET Standard.

dotnet dotnet-core generic-library helpers mapper objectpool objectpool-pattern retry toolkit tools

Last synced: 22 Nov 2025