object-pool
There are 92 repositories under object-pool topic.
Habrador/Unity-Programming-Patterns
Implementations of programming design patterns in Unity with examples in C# when to use them.
happyfish100/libfastcommon
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
VanHakobyan/DesignPatterns
:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
IntoTheDev/Object-Pooling-for-Unity
Object Pooling for Unity
ArchonInteractive/SwissArmyLib
Collection of helpful utilities we use in our Unity projects.
getify/deePool
highly-efficient pool for JavaScript objects
JanSeliv/PoolManager
Open-source plugin that helps reuse objects in UE5.5
qoollo/dotNet-turbo
Collection of useful classes for your .NET application (object pool, thread pool, async processing, queues, collections, multithreading primitives, etc.)
vibur/vibur-object-pool
Vibur Object Pool - general-purpose concurrent Java object pool
VladimirPirozhenko/AwesomeRunner
Awesome runner, 3D endless runner game made in Unity
bennystarfighter/UnrealEngine-ObjectPool
Unreal engine plugin providing an object pool packaged in a world subsystem for easy use.
T-baby/pondpond
Pond is a high performance object-pooling library for Python
andresilva/scala-pool
An object pool for Scala
nextopcn/lite-pool
A lite fast object pool
fereidani/opool
High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.
honwhy/commons-pool-ftp
a demo project using commons-pools and commons-net to interact with ftp server
Yortw/PoolSharp
PoolSharp is a simple, light weight, thread safe object pool.
nvjob/simple-pool
#NVJOB Simple Pool. Pool for optimizing object loading. Unity Asset.
MorizeroDev/Minity
A Unity extension framework that includes features such as object pooling, scene routing, UI manager, binding view, and behavior trees.
lastpenguin/MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
gilzoide/unity-prefab-pool
Prefab instance pool that is configurable in the Inspector, supports any engine Object type and is available as a serializable C# class, MonoBehaviour and ScriptableObject
herohiralal/Ro-Pool-Tool
Modular Object-Pooling Solution for Unity
carreraSilvio/BrightPoolSystem
Pool system in Unity. Create and manage your pools.
justinamiller/LightObjectPool
Fast, light weight, thread safe object pool
xdanielsb/patterns
Good practices to create code in Java, open to other languages. :zap:
shubhamv108/object-oriented-design
Simple examples of object oriented design.
theodesp/go-object-pool
Simple and efficient implementation of a generic Object Pool in Go
llamacademy/2021-object-pool
Get an in-depth overview of the most commonly needed functionality of the Unity Object Pooling API introduced in the 2021 version of the Unity Editor.
s-rayleigh/PrefabPool
Prefab-oriented object pool for Unity.
massimo-marino/object-pool
C++ implementation of an object pool pattern
HowProgrammingWorks/Pool
Object Pool
honwhy/ftpcp
ftp connection pool
unity-package/object-pooling-unity
Object Pooling for Unity - Easy to use
supremepanda/ObjectPoolManager
Easy to use Object Pool Manager
al8n/objectpool
Yet another lock-free object pool, support `no_std`.