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.
☆26Updated 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:
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆37Updated 6 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆22Updated 4 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- ☆108Updated last year
- QSBR and EBR library☆121Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- qp tries and crit-bit tries☆121Updated 3 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- Concurrent trie-hash map library☆92Updated last year
- LLVM-jitted bitmaps☆27Updated 5 years ago
- High-performance dictionary coding☆104Updated 8 years ago
- A Wait-Free Universal Construct for Large Objects☆97Updated 5 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Programatically obtain information about the pages backing a given memory region☆78Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆88Updated 3 years ago
- ☆48Updated 4 years ago
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 4 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated 5 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- benchmarking positional population count☆15Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago