skarupke / branchless_binary_searchLinks
A fast binary search that tries to be branchless
☆101Updated last year
Alternatives and similar repositories for branchless_binary_search
Users that are interested in branchless_binary_search are comparing it to the libraries listed below
Sorting:
- Different algorithms for converting binary to decimal floating-point numbers☆121Updated 2 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Minimal Rust-inspired C++20 STL replacement☆192Updated 6 months ago
- c++ library for binary fuse filters, including a sharded filter☆89Updated 5 months ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆49Updated last year
- A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.☆82Updated 8 months ago
- Structure-of-array synthesis in C++20☆81Updated 3 years ago
- A collection of array rotation algorithms.☆155Updated 2 years ago
- An efficient, composable design pattern for range processing☆122Updated 4 months ago
- ☆87Updated 2 months ago
- scpptool is a command line tool to help enforce a memory and data race safe subset of C++.☆166Updated last week
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- A very fast and robust 64-bit PRNG with a minimum 2^64 period.☆148Updated last month
- Smart Garbage Collection Library for C++☆219Updated 2 months ago
- Selection and partial sorting algorithms☆137Updated 3 months ago
- A fast, small C/C++ function call tracer for x86/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆174Updated 3 months ago
- ☆295Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- The PolymurHash universal hash function.☆354Updated 2 years ago
- Header only C++23 structured logging library using logfmt☆71Updated 3 months ago
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆201Updated last month
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆91Updated 3 weeks ago
- Integer Map Data Structure☆129Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- A fast, concurrent, bounded, single producer, single consumer queue☆38Updated 8 months ago
- B++ Tree☆68Updated 11 months ago
- High-performance metrics library☆43Updated 6 months ago
- ☆39Updated 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…☆64Updated 9 months ago