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:
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆37Updated 6 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- ☆109Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆22Updated 4 years ago
- High-performance dictionary coding☆105Updated 8 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 12 years ago
- Software transactional memory system developed at Wyatt Technology☆29Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Programatically obtain information about the pages backing a given memory region☆79Updated 3 years ago
- qp tries and crit-bit tries☆121Updated 3 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆62Updated last year
- Latency benchmarks of Unix IPC mechanisms☆100Updated 6 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- I-cache line packing and branch misprediction measuring tool☆18Updated 8 years ago
- QSBR and EBR library☆123Updated 5 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- Filesystem qualification tool☆60Updated 3 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- Concurrent trie-hash map library☆92Updated last year
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆49Updated 4 years ago