mh-dm / sb_lower_boundLinks
Fastest Branchless Binary Search
☆20Updated 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 fast binary search that tries to be branchless☆101Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A collection of formatting benchmarks☆47Updated 4 months ago
- ☆107Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- c++ library for binary fuse filters, including a sharded filter☆88Updated 4 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆63Updated 8 months ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆37Updated last year
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Json benchmark based on nativejson-benchmark☆32Updated 4 months ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A fast, small C/C++ function call tracer for x86/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆173Updated 3 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 5 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
- The header only implementation of the liburing library☆18Updated 9 months ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- C++20 Static Branch library☆59Updated 3 weeks ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Boost.Scope, a collection of scope guard utilities.☆16Updated this week
- Simple C++ code to benchmark fast division algorithms☆51Updated 4 years ago
- Testing memory-level parallelism☆68Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Experimental JSON builder based on C++ reflection☆51Updated 3 months ago
- The Fancy Named Parameters Library☆31Updated last month
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- An educational implementation of a modern compressor in Rust☆47Updated last year