lemire / programmingishard
Long-term book project
☆34Updated 3 years ago
Alternatives and similar repositories for programmingishard:
Users that are interested in programmingishard are comparing it to the libraries listed below
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- ☆13Updated 6 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆49Updated last year
- RWMutex for sharing of multicore machines.☆17Updated 5 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Shuffle-based predicate matcher and all-round branch free swiss army chainsaw☆17Updated 6 years ago
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Bloom filter alternative (C++)☆17Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- Optimizing database queries with array programming☆18Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Popular hash table implementation benchmarks☆27Updated 7 years ago
- Optimal partitioning of Variable-Byte codes for better compression and fast decoding.☆17Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Pruning of blanks from an ASCII stream - musings in AMD64 and ARM64