ChrisDodd / shm_malloc
Malloc replacement with support for shared and persistent memory allocation
☆32Updated 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
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆84Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Buffer based LRU cache☆37Updated last year
- A fast in-memory key-value store☆49Updated 7 years ago
- Tools for safe management of persistent main memory.☆27Updated 11 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- QSBR and EBR library☆117Updated 5 years ago
- Concurrent trie-hash map library☆91Updated last year
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆38Updated 7 months ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 7 years ago
- Embedded DB Benchmark Framework☆59Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 5 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 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
- Persistent Memory Storage Engine☆24Updated 2 months ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago