skarupke / two_bit_mutex
Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer
☆25Updated 2 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
- ☆105Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆32Updated 9 months ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆39Updated 4 years ago
- Benchmarks for our memory allocator☆63Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆27Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last year
- Comparing linear and binary searches☆39Updated 4 years ago
- Concurrent Hash Table☆21Updated 2 months ago
- haesni is a small hash function using aes-ni for fast string hashing☆16Updated 6 years ago
- Effective Memory Reclamation☆54Updated 5 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 …☆26Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Library for lock-free locks☆77Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- ☆44Updated 4 years ago
- The Fancy Named Parameters Library☆30Updated 4 months ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆33Updated 9 years ago
- A unique_ptr implementation with small object optimization☆19Updated 6 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- For details, see the blog post:☆32Updated last year
- benchmarking positional population count☆14Updated last year
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆29Updated 11 years ago