ChrisDodd / shm_malloc
Malloc replacement with support for shared and persistent memory allocation
☆33Updated 10 years ago
Alternatives and similar repositories for shm_malloc:
Users that are interested in shm_malloc are comparing it to the libraries listed below
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Buffer based LRU cache☆39Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Concurrent trie-hash map library☆91Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- QSBR and EBR library☆119Updated 5 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆86Updated 3 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 9 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- An event loop for C using io_uring☆48Updated last year
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A shared library that can be LD_PRELOAD-ed to show memory increments per second per backtrace on dynamically chosen time intervals.☆27Updated last year
- unrolled skip list library for C☆21Updated 5 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Our open source benchmarks and code samples☆190Updated 3 weeks ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago