29 skills found
cacay / MemoryPoolAn easy to use and efficient memory pool allocator written in C++.
userpro / MemoryPool一个极简内存池实现
DevShiftTeam / AppShift MemoryPoolA 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)
viktorika / WebserverA WebServer write by C++
DavidLiRemini / MemoryPool简单有效的内存池实现
lenonk / MemorypoolThread safe, lock-free memory pool.
fancyhub / UnityLibslibs for unity, memorypool, UIView Code generator, EventSet for event manager, timer wheel, clock, etc
namelij / Fixedsize MemorypoolNo description available
AaronZ345 / Allocator MemoryPoolmake my own allocator, and design a memory pool to speed up the dynamic allocation of a large number of small blocks.
Isty001 / Mem PoolDynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
Scooletz / ThrusterA fast and efficient implementation of a MemoryPool<T>.
lastpenguin / MemoryPoolsimple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
green-anger / MemoryPoolFast Efficient Fixed-Size Memory Pool
Herta-Space-Station / MemoryPool😒🖖🤡
herpec-j / MemoryPoolSimple Memory Pool implementation using C++11.
Cjkkkk / Allocator MemoryPoolMemoryPool based c++ STL Allocator
positiveczp / MemoryPoolAn easy to use and efficient memory pool allocator written in C++
dora-BYR / MemoryPoolA MemoryPool implemented in C++11. Variable size and pool-auto-size supported.
lrsand52m / MemoryPool基于TLS的高并发内存池
codewitch-honey-crisis / MemoryPoolSmall fixed size sequential memory pool allocators for contrained memory environments