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:
- Hyaline Reclamation (PLDI '21, PODC '19)☆22Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- MlpIndex - Extremely fast ordered index via memory level parallelism☆12Updated 6 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- Programatically obtain information about the pages backing a given memory region☆78Updated 3 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆36Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- benchmarking positional population count☆15Updated last year
- Open Power Performance Analysis Tool☆28Updated 2 years ago
- ☆48Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- ☆107Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- How fast can we shuffle values?☆37Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆46Updated 4 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 6 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago