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:
- Comparing linear and binary searches☆41Updated 5 years ago
- ☆39Updated 4 years ago
- Benchmarks for our memory allocator☆69Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆74Updated 2 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 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
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆61Updated last year
- benchmarking positional population count☆15Updated last year
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 7 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 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 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 years ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆28Updated 5 years ago
- Interchangeable AoS and SoA containers☆25Updated 3 years ago