skarupke / two_bit_mutex
Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer
☆25Updated last year
Related projects ⓘ
Alternatives and complementary repositories for two_bit_mutex
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆24Updated last month
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆43Updated 3 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆54Updated 11 months ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Fast Hash Functions Using AES Intrinsics☆81Updated 5 years ago
- ☆28Updated 3 weeks ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆36Updated 4 years ago
- ☆26Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆34Updated 8 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆22Updated 2 years ago
- A collection of formatting benchmarks☆45Updated 3 months ago
- Comparing linear and binary searches☆38Updated 4 years ago
- Effective Memory Reclamation☆50Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- Succinct data structures in C/C++☆82Updated last month
- For details, see the blog post:☆31Updated 11 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Benchmarks for our memory allocator☆61Updated last year
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- C++20 Static Branch library☆47Updated 3 months ago
- Testing memory-level parallelism☆66Updated 8 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆28Updated 5 months ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- The IDK (Industrial Development Kit) library!☆29Updated 3 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- A fast implementation of log() and exp()☆49Updated last year