mh-dm / sb_lower_boundLinks
Fastest Branchless Binary Search
☆23Updated 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:
- Fast Approximate Membership Filters (C++)☆288Updated 4 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆41Updated last year
- ☆112Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆194Updated 9 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- A fast binary search that tries to be branchless☆105Updated last year
- Storage for my snippets, toy programs, etc.☆372Updated 2 months ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆249Updated last month
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Library for lock-free locks☆83Updated 2 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- A fast SIMD parser for CSV files☆159Updated 3 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆26Updated 3 years ago
- Concurrent Deferred Reference Counting☆173Updated last year
- performance experiments for C++ exception handling☆32Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆130Updated 11 months ago
- Simple C++ code to benchmark fast division algorithms☆54Updated 4 years ago
- C++20 Static Branch library☆94Updated 7 months ago
- Comparing linear and binary searches☆43Updated 5 years ago
- Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.☆181Updated 5 months ago
- Succinct data structures in C/C++☆92Updated last year
- A collection of formatting benchmarks☆52Updated 3 weeks ago
- ☆39Updated 4 years ago
- Testing memory-level parallelism☆82Updated last year
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆338Updated last year
- ☆16Updated 11 years ago