memorypool
There are 20 repositories under memorypool topic.
DevShiftTeam/AppShift-MemoryPool
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)
viktorika/Webserver
A WebServer write by C++
Isty001/mem-pool
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
Scooletz/Thruster
A fast and efficient implementation of a MemoryPool<T>.
lastpenguin/MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
Ehsan2754/ShinyAllocator
ShinyAllocator is a library of a block memory allocator for real-time high-integrity embedded systems.
Winteradio/MemoryPool
MemoryPool for ECS
Apriluestc/articles
【源码剖析】及个人对算法的所见所闻💻
BinaryTrees/BinaryTreesBenchmarkCPP
This is a C++ port of my D port of my Free Pascal "Binary Trees" benchmark implementation, written out of curiosity to see how they compare.
BinaryTrees/BinaryTreesBenchmarkD
A port to D of my Free Pascal "Binary Trees" benchmark implementation, initially written as a self-learning exercise.
bingzhangdai/mempool-allocator
A simple allocator based on memory pool to speed up the dynamic allocation of a large number of small blocks and to reduce memory fragmentation.
chndk329/SkipList
基于SkipList的轻量级KV存储引擎
gp868/TLS_MemoryPool
基于TLS的三层结构高并发内存池
khubaibumer/MemPool
Lockless MemoryPool
Amstonn/Pools
C++编写的三种池-线程池/数据库连接池/内存池
BinaryTrees/BinaryTreesBenchmarkRust
A port of a combination of the D and C++ ports of my Free Pascal "Binary Trees" benchmark implementation, once again written just out of curiosity to see how they all compare.
daleiyang/MemoryPool
Implementing Memory Pool in C++
DasMurkel/buffer_pool
A memory pool to allocate short lived buffers of binary data to avoid heap allocations for io such as sockets.
onurerdalli/Simple-Allocator
A simple memory pool allocator which is STL compatible. Written in C++
Chan-I/MEMContext
A Memory Context Demo