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 collection of formatting benchmarks☆47Updated 4 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A fast binary search that tries to be branchless☆102Updated last year
- ☆20Updated 2 years ago
- ☆106Updated last year
- ☆29Updated last month
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆57Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- Boost.Scope, a collection of scope guard utilities.☆16Updated 3 weeks ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project☆34Updated 5 years ago
- The Fancy Named Parameters Library☆31Updated 3 weeks 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
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 4 months ago
- ☆39Updated 4 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Simple C++ code to benchmark fast division algorithms☆50Updated 4 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
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- A fast, small C/C++ function call tracer for x86/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆173Updated 2 months ago
- An educational implementation of a modern compressor in Rust☆47Updated last year
- Testing memory-level parallelism☆68Updated last year
- Json benchmark based on nativejson-benchmark☆32Updated 3 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Comparing linear and binary searches☆40Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- 8-bit Xor Filter in C99☆61Updated 5 years ago