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:
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆41Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Comparing linear and binary searches☆43Updated 5 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- Structure-of-array synthesis in C++20☆80Updated 3 years ago
- A fast implementation of log() and exp()☆55Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- benchmarking positional population count☆16Updated 2 months ago
- ☆111Updated last year
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆76Updated 3 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 6 years ago
- ☆30Updated 2 months ago
- A simple replacement for std::unordered_map☆50Updated last year
- ☆25Updated 5 years ago
- C++20 Static Branch library☆94Updated 6 months ago
- Lace - implementation of work-stealing in C☆55Updated 4 months ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆139Updated last month
- ☆32Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago