rusnikola / lfsmr
Hyaline Reclamation (PLDI '21, PODC '19)
☆20Updated 3 years ago
Alternatives and similar repositories for lfsmr:
Users that are interested in lfsmr are comparing it to the libraries listed below
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆28Updated 11 years ago
- Supporting code for the concurrency hierarchy described in this blog post: https://travisdowns.github.io/blog/2020/07/06/concurrency-cost…☆26Updated 2 years ago
- ☆12Updated last year
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆36Updated 6 years ago
- Software transactional memory system developed at Wyatt Technology☆28Updated 5 years ago
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- Freud, a tool to create Performance Annotations for C/C++ programs☆21Updated 6 months ago
- This repository hosts the code used for the following paper: Claude Barthels, Ingo Müller, Konstantin Taranov, Torsten Hoefler, Gustavo A…☆10Updated 5 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 2 years ago
- RLU resizable hash-table☆16Updated 9 years ago
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 7 years ago
- ☆10Updated 3 years ago
- ☆11Updated 3 years ago
- ☆20Updated 2 years ago
- This is the public release of the ffwd delegation system, and associated benchmarks from the SOSP'17 paper.☆78Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆22Updated 2 years ago
- A nano concurrency library☆24Updated 4 years ago
- Generic Automatic Parallel Profiler☆32Updated 4 years ago
- Wren: Nonblocking Reads in a Partitioned Transactional Causally Consistent Data Store☆8Updated 6 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆38Updated 7 months ago
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 3 years ago
- A reusable, extensible, and efficient C++ implementation of the Foster B-tree data structure☆15Updated 5 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A low-latency malloc implementation☆24Updated 3 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago