travisdowns / concurrency-hierarchy-benchLinks
Supporting code for the concurrency hierarchy described in this blog post: https://travisdowns.github.io/blog/2020/07/06/concurrency-costs.html.
☆27Updated 3 years ago
Alternatives and similar repositories for concurrency-hierarchy-bench
Users that are interested in concurrency-hierarchy-bench are comparing it to the libraries listed below
Sorting:
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆38Updated 6 years ago
- Lock-free multithreaded memory allocation☆110Updated 8 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆23Updated 4 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- ☆111Updated last year
- Latency benchmarks of Unix IPC mechanisms☆100Updated last month
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- ☆48Updated 5 years ago
- Programatically obtain information about the pages backing a given memory region☆81Updated 4 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- RLU resizable hash-table☆17Updated 10 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 6 years ago
- QSBR and EBR library☆133Updated 5 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- Cache Oblivious Lookahead Arrays☆27Updated 12 years ago
- C Minimal Perfect Hashing Library☆89Updated 8 years ago
- A small DFA for under 16 states☆53Updated 7 years ago
- High-performance dictionary coding☆108Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆137Updated last month
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Fastest RPC in the west☆21Updated 6 years ago
- Experiments with array layouts for comparison-based searching☆85Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago