skarupke / two_bit_mutexLinks
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
Sorting:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- benchmarking positional population count☆14Updated last year
- 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 3 years ago
- Concurrent Hash Table☆27Updated last month
- Towards a constexpr version of the C++ standard library☆18Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Structure-of-array synthesis in C++20☆81Updated 3 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- ☆26Updated 5 years ago
- ☆13Updated 9 years ago
- Seamless llvm-mca CMake integration☆27Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 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
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- ☆17Updated 5 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Tiny mutex and rw-locks based on C++11 or C++20 std::atomic☆20Updated 9 months ago
- Benchmarks for our memory allocator☆65Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆51Updated 3 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year