mh-dm / sb_lower_bound
Fastest Branchless Binary Search
☆19Updated last year
Alternatives and similar repositories for sb_lower_bound
Users that are interested in sb_lower_bound are comparing it to the libraries listed below
Sorting:
- A collection of formatting benchmarks☆47Updated 3 months ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A fast binary search that tries to be branchless☆101Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 11 months ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- ☆106Updated last year
- c++ library for binary fuse filters, including a sharded filter☆88Updated 3 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆50Updated last month
- ☆20Updated 2 years ago
- Json benchmark based on nativejson-benchmark☆30Updated 3 months ago
- An efficient, composable design pattern for range processing☆114Updated 2 months ago
- C++20 Static Branch library☆58Updated 2 weeks ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆48Updated 10 months ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 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
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- A self-written C++ standard library☆27Updated this week
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆226Updated last week
- Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is des…☆6Updated last year
- A fast, small C/C++ function call tracer for x86/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆168Updated last month
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 5 years ago
- Fast bounded MPMC and SPSC queues for C++20☆28Updated 6 months ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 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 last week