LPD-EPFL / ssmemLinks
ssmem is a simple object-based memory allocator with epoch-based garbage collection
☆34Updated 9 years ago
Alternatives and similar repositories for ssmem
Users that are interested in ssmem are comparing it to the libraries listed below
Sorting:
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- RLU resizable hash-table☆17Updated 10 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 7 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆41Updated 3 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations