mh-dm / sb_lower_bound
Fastest Branchless Binary Search
☆17Updated last year
Related projects ⓘ
Alternatives and complementary repositories for sb_lower_bound
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated last year
- Dynamic runtime inlining with LLVM☆65Updated 3 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 2 years ago
- C++20 SIMD Within A Register library☆25Updated 3 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆28Updated 5 months ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆40Updated 3 months ago
- ☆28Updated 3 weeks ago
- Json benchmark based on nativejson-benchmark☆25Updated 3 weeks ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- A collection of formatting benchmarks☆45Updated 3 months ago
- Google Benchmark tutorial for C/C++ developers diving into High-Performance Computing and Numerical Methods ⏱️☆27Updated 11 months ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- ☆57Updated 3 weeks 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…☆53Updated last month
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 3 years ago
- How fast can we shuffle values?☆37Updated 8 months ago
- For details, see the blog post:☆31Updated 11 months 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
- Random Number Generator based on hardware-accelerated AES instructions☆56Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆43Updated 3 years ago
- ☆17Updated last month
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆36Updated 4 years ago
- Header only C++23 structured logging library using logfmt☆71Updated 7 months ago
- Work done today for the glory of tomorrow - or, C and C++ systems programming papers.☆49Updated last month
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- The Fancy Named Parameters Library☆27Updated last week
- Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is des…☆6Updated 8 months ago