object-pool-pattern
There are 16 repositories under object-pool-pattern topic.
Habrador/Unity-Programming-Patterns
Implementations of programming design patterns in Unity with examples in C# when to use them.
IntoTheDev/Object-Pooling-for-Unity
Object Pooling for Unity
JanSeliv/PoolManager
Open-source plugin that helps reuse objects in UE5.5
dslabkowski/ObjectPool
Object Pool component for Unreal Engine
JoanStinson/UnityDesignPatternsReference
A tiny retro action RPG implementation made applying Software Design Patterns to serve as a guide of reusable solutions that can be applied to common problems.
shubhamv108/object-oriented-design
Simple examples of object oriented design.
cenkerkumlucali/design-patterns
Creational design patterns in C#: Abstract Factory, Builder, Factory, Factory Method, Object-Pool, Prototype, Singleton.
tope-olajide/object-pooling-with-threejs
Object Pooling with three.js
arthurfp/Go_Object-Pool_Pattern
A Go project demonstrating the Object Pool pattern for efficient management of database connections. Features dynamic resource allocation, connection health checks, and configurable pool settings to optimize application performance.
bertaye/Tower-Defense-Prototype
A Tower Defence game prototype which implements object pooling & flyweight patterns in Unity3D
gtRZync/object-pool-template
A simple, generic Object Pool in modern C++ using templates and std::vector. Built as a student project to learn memory management and object reuse.
adi501/Object-Pool-Design-Pattern-Solution
Object-Pool-Design-Pattern-Solution
Jackie-Aniki/object-pool
zero-dependency Object Pool manager for instantiating, getting, reuising and destroying objects in javascript
ThiefOfCoding/object-pool-template
🔄 Manage memory efficiently with this C++ Object Pool template for fast object reuse, enhancing performance in games and simulations.