skarupke / branchless_binary_searchLinks
A fast binary search that tries to be branchless
☆105Updated 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☆128Updated 3 years ago
- A fast, concurrent, bounded, single producer, single consumer queue☆58Updated last year
- A collection of array rotation algorithms.☆166Updated 3 years ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆49Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- ☆39Updated 5 years ago
- A double-to-string conversion algorithm based on Schubfach and yy☆275Updated this week
- Structure-of-array synthesis in C++20☆80Updated 3 years ago
- An efficient, composable design pattern for range processing☆133Updated 10 months ago
- The PolymurHash universal hash function.☆357Updated 2 years ago
- Smart Garbage Collection Library for C++☆236Updated 9 months ago
- c++ library for binary fuse filters, including a sharded filter☆95Updated last year
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆271Updated last month
- ☆296Updated last year
- A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.☆83Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 5 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆76Updated 3 years ago
- C++20 Static Branch library☆96Updated 8 months ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Zoo library☆135Updated 7 months ago
- Bitset Sort, a faster std::sort replacement.☆79Updated 4 years ago
- High Level Algorithmic Skeleton CUDA Library☆30Updated last year
- ☆113Updated 2 years ago
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆193Updated 10 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆132Updated last year
- Fastest Branchless Binary Search☆23Updated 2 years ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated last week
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago