memory-pool topic

List memory-pool repositories

Collections-C

2.7k
Stars
326
Forks
Watchers

A library of generic data structures for the C language.

ssf

24
Stars
4
Forks
Watchers

Small System Framework - JSON parser/generator, Reed-Solomon, finite state machine framework, and other high quality interfaces for embedded systems.

mem-pool

23
Stars
3
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)

cpp-mempool

16
Stars
1
Forks
Watchers

C++ header-only mempool library

(still with bugs)一个取代malloc的高效方案-谷歌开源项目tcmalloc高并发内存池学习和模拟实现-本项目提取了Google-tcmalloc的精华部分,按照基本原理,模拟实现了一个支持高并发的内存池替代方案。经过测试和优化,...