ChrisDodd / shm_malloc
Malloc replacement with support for shared and persistent memory allocation
☆32Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for shm_malloc
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆48Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 10 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- QSBR and EBR library☆116Updated 4 years ago
- Different implementations of spinlock.☆104Updated 9 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆83Updated 2 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Lock-free linked list☆16Updated 12 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 9 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆36Updated 5 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆28Updated 11 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 3 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 6 years ago
- Buffer based LRU cache☆36Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes☆60Updated 6 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago