mh-dm / sb_lower_boundLinks
Fastest Branchless Binary Search
☆21Updated 2 years ago
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 comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- A fast binary search that tries to be branchless☆102Updated last year
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Json benchmark based on nativejson-benchmark☆33Updated 8 months ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆184Updated 6 months ago
- Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.☆179Updated 2 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- C++20 Memory Allocator library☆36Updated 5 months ago
- c++ library for binary fuse filters, including a sharded filter☆93Updated 8 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated 2 months ago
- A super-fast hash algorithm in a single C++ header☆91Updated 4 years ago
- A collection of formatting benchmarks☆50Updated 2 months ago
- C++20 SIMD Within A Register library☆43Updated 5 months ago
- Different algorithms for converting binary to decimal floating-point numbers☆124Updated 3 years ago
- A modern, header-only C++ library for MessagePack serialization and deserialization. msgpack.org[c++23]☆81Updated 5 months ago
- C++20 Static Branch library☆68Updated 4 months ago
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- ☆109Updated last year
- The Fancy Named Parameters Library☆34Updated 2 months ago
- C++20 Value-oriented Metaprogramming Library☆25Updated 3 months ago
- performance experiments for C++ exception handling☆31Updated 3 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆67Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Dynamic runtime inlining with LLVM☆64Updated 4 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆74Updated last year
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆127Updated 8 months ago
- Fast Approximate Membership Filters (C++)☆286Updated last month
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆94Updated last month