memorypool topic
List
memorypool repositories
AppShift-MemoryPool
190
Stars
24
Forks
Watchers
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
Thruster
22
Stars
4
Forks
Watchers
A fast and efficient implementation of a MemoryPool<T>.
mem-pool
29
Stars
4
Forks
Watchers
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
MemoryPool
21
Stars
5
Forks
Watchers
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)