skarupke / two_bit_mutexLinks
Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer
☆26Updated 3 years ago
Alternatives and similar repositories for two_bit_mutex
Users that are interested in two_bit_mutex are comparing it to the libraries listed below
Sorting:
- ☆39Updated 5 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆140Updated 3 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆70Updated 5 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- A fast implementation of log() and exp()☆56Updated 3 years ago
- Lace - implementation of work-stealing in C☆55Updated 6 months ago
- Comparing linear and binary searches☆44Updated 5 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- fast open addressing hash table☆42Updated 3 months ago
- Vectorized version of the PCG random number generator☆87Updated last month
- ☆113Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- benchmarking positional population count☆17Updated 3 months ago
- Structure-of-array synthesis in C++20☆80Updated 3 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆46Updated last year
- ☆25Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆88Updated 2 years ago
- ☆32Updated 4 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆29Updated 6 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆43Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- How fast can we shuffle values?☆40Updated last year