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
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 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
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- 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
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- QSBR and EBR library☆119Updated 5 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 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 simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Concurrent trie-hash map library☆91Updated last year
- A fast in-memory key-value store☆49Updated 7 years ago
- Small, safe and fast formatting library☆16Updated 6 years ago
- Our open source benchmarks and code samples☆189Updated 2 weeks ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Lock-free linked list☆16Updated 12 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- A Paxos implementation in C originally by Marco Primi, built on top of libevent☆36Updated 13 years ago