lakwet / voracious_sortLinks
Voracious radix sort
☆71Updated 2 years ago
Alternatives and similar repositories for voracious_sort
Users that are interested in voracious_sort are comparing it to the libraries listed below
Sorting:
- Succinct data structures using very efficient rank and select☆127Updated 2 weeks ago
- Rust libraries and programs focused on succinct data structures☆151Updated 2 months ago
- An ε-copy serialization/deserialization framework for Rust☆164Updated last month
- ☆309Updated 3 weeks ago
- Collection of succinct data structures in Rust☆100Updated 4 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆131Updated 2 years ago
- Integer sets as fast, sorted, integer ranges with full set operations☆101Updated last month
- Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance cal…☆109Updated 2 years ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆172Updated this week
- Easy function multiversioning for Rust☆249Updated last year
- Arbitrary precision floating point numbers library☆113Updated 8 months ago
- Redistribute Intel MKL as a crate☆90Updated last year
- Half-precision floating point types f16 and bf16 for Rust.☆268Updated last month
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆103Updated 4 months ago
- SIMD Floating point and integer compressed vector library☆80Updated last year
- Faster integer division and modulus operations☆87Updated 5 months ago
- General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.☆242Updated 6 months ago
- A big integer library in Rust with good performance.☆107Updated 2 years ago
- FM-index for Rust☆25Updated 7 months ago
- A Rust data structure for efficient lower-bound lookups