A fast alternative to the modulo reduction
☆318Mar 22, 2021Updated 4 years ago
Alternatives and similar repositories for fastrange
Users that are interested in fastrange are comparing it to the libraries listed below
Sorting:
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Jan 23, 2025Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆123Jul 22, 2020Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆52May 31, 2014Updated 11 years ago
- Fast decoder for VByte-compressed integers☆127Nov 15, 2025Updated 4 months ago
- Lightweight, performance oriented, Core library for 'C' programmers☆56Aug 10, 2015Updated 10 years ago
- A simple C library for compressing lists of integers using binary packing☆524Aug 18, 2023Updated 2 years ago
- Lightweight benchmarking component for small C++ routines☆16Mar 29, 2023Updated 2 years ago
- Header only C++14 micro benchmark☆14Jan 4, 2016Updated 10 years ago
- C++ string formatting library☆47Jan 19, 2020Updated 6 years ago
- Batch Monitor - Gain performance by combining work from multiple threads into a single batch☆30Apr 15, 2015Updated 10 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,100Jun 7, 2024Updated last year
- A very fast hashtable☆1,843Sep 27, 2023Updated 2 years ago
- ☆52Jan 1, 2025Updated last year
- Official git repository for libdivide: optimized integer division☆1,303Mar 5, 2026Updated 2 weeks ago
- A simple bitset library in C☆142Jan 12, 2026Updated 2 months ago
- TLSF: two-level segregated fit O(1) allocator☆84Sep 3, 2022Updated 3 years ago
- A fast, memory efficient hash map for C++☆1,303May 19, 2025Updated 10 months ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,409Oct 26, 2025Updated 4 months ago
- Compact tries for fixed-width keys☆26Jun 4, 2018Updated 7 years ago
- Cutting-edge research in a practical way☆12Jul 26, 2019Updated 6 years ago
- Header-only binary fuse and xor filter library☆425Jan 19, 2026Updated 2 months ago
- a collection of handle/id allocators☆20Feb 29, 2024Updated 2 years ago
- bit & sketches data structures☆60Nov 2, 2018Updated 7 years ago
- Branchless-Lomuto in Pattern-Defeating Quicksort☆51Jul 6, 2024Updated last year
- A few classes which compile faster than the classes that they replace☆12Apr 5, 2014Updated 11 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆76Oct 12, 2022Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Jan 23, 2020Updated 6 years ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- Simple implementation of CoveringLSH☆10Jan 22, 2016Updated 10 years ago
- A small single-file library for sprite outline extraction and simplification for C/C++☆88Oct 28, 2015Updated 10 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆258Mar 25, 2020Updated 5 years ago
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpand…☆1,792Mar 9, 2026Updated last week
- LZ77/LZSS designed for SSE based decompression☆146Apr 18, 2019Updated 6 years ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,847Updated this week