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:
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Comparing linear and binary searches☆42Updated 5 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- For details, see the blog post:☆34Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- benchmarking positional population count☆16Updated last month
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 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
- Concurrent Hash Table☆36Updated 2 weeks ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Library for lock-free locks☆83Updated 2 years ago
- Structure-of-array synthesis in C++20☆81Updated 3 years ago
- ☆39Updated 4 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆48Updated 2 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- ☆30Updated last month
- 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
- ☆22Updated 3 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- ☆111Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆39Updated last year
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 11 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 6 years ago