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
Sorting:
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- ☆13Updated 6 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- Shuffle-based predicate matcher and all-round branch free swiss army chainsaw☆17Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Pruning of blanks from an ASCII stream - musings in AMD64 and ARM64☆10Updated 4 years ago
- Multiplying... backward?☆13Updated 4 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆31Updated last year
- Some variations on Lemire's Fast Random Integer Generation in an Interval☆15Updated 5 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- MlpIndex - Extremely fast ordered index via memory level parallelism☆12Updated 6 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast Approximate Membership Filters (C++)☆22Updated 4 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- Fastest RPC in the west☆21Updated 5 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- A B-Tree that exploits cache locality without prior knowledge of the memory hierarchy.☆13Updated 2 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- Popular hash table implementation benchmarks☆27Updated 7 years ago
- Random material having to do with Daniel Lemire's talks☆22Updated last year
- In-memory, columnar, arrow-based database.☆46Updated 2 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…