orlp / bitwise-binary-search
Accompanying code for https://orlp.net/blog/bitwise-binary-search/.
☆14Updated last year
Alternatives and similar repositories for bitwise-binary-search
Users that are interested in bitwise-binary-search are comparing it to the libraries listed below
Sorting:
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Experimental fork of zlib with performance improvements☆35Updated 2 years ago
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- An educational implementation of a modern compressor in Rust☆47Updated last year
- 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
- SIMD-accelerated UTF-8 to UTF-32 conversion☆11Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- ☆27Updated 2 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆37Updated 10 months ago
- A vectorized single header hash function.☆19Updated 5 months ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- REPL for C preprocessor of C++17☆10Updated last year
- ☆42Updated last month
- Ultra fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG☆17Updated this week
- cpp-amalgamate recursively combines C++ source files and the headers they include into a single output file☆22Updated 2 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆48Updated 10 months ago
- ☆12Updated 8 years ago
- Robin Hood Sort, for uniform data☆73Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 8 months ago
- O(n log n) In-place Stable Quicksort☆16Updated 4 months ago
- global allocator for Rust that provides hooks for tracking allocations☆48Updated 2 years ago
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆35Updated 2 years ago
- A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code; Also home o…☆100Updated this week
- An arbitrary-precision floating-point library in Rust☆45Updated 2 weeks ago