ChrisDodd / shm_malloc
Malloc replacement with support for shared and persistent memory allocation
☆33Updated 11 years ago
Alternatives and similar repositories for shm_malloc
Users that are interested in shm_malloc are comparing it to the libraries listed below
Sorting:
- Different implementations of spinlock.☆105Updated 10 years ago
- 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
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Concurrent trie-hash map library☆91Updated last year
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- A tiny library to send file descriptors across processes☆168Updated 7 years ago
- QSBR and EBR library☆119Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆141Updated 5 years ago
- Shared memory queue benchmarks and tracing for blog☆73Updated 9 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Buffer based LRU cache☆39Updated 2 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 10 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Lock-free linked list☆16Updated 12 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 years ago
- Shared memory allocator☆19Updated 8 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago