Daniel-Liu-c0deb0t / triple_accelLinks
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
☆107Updated 2 years ago
Alternatives and similar repositories for triple_accel
Users that are interested in triple_accel are comparing it to the libraries listed below
Sorting:
- Fast hierarchical agglomerative clustering in Rust.☆96Updated last month
- Parallel iterator processing library for Rust☆103Updated last year
- Hidden Markov Models in Rust☆76Updated last year
- Fast and scalable minimal perfect hashing for massive key sets☆140Updated 10 months ago
- FM-index for Rust☆22Updated last month
- ☆66Updated 2 years ago
- Multi-threaded Compression☆158Updated last month
- Matrix decomposition algorithms including PCA (principal component analysis) and ICA (independent component analysis)☆21Updated last month
- Succinct data structures using very efficient rank and select☆119Updated 2 weeks ago
- Parallel Barnes-Hut t-SNE implementation written in Rust.☆79Updated 8 months ago
- Out-of-memory sorting of large datasets map / reduce style processing☆47Updated this week
- ☆257Updated last month
- Integer sets as fast, sorted, integer ranges with full set operations☆85Updated last week
- Collection of succinct data structures in Rust☆96Updated 2 months ago
- ☆21Updated last year
- Cute tricks for SIMD vectorized binary encoding and decoding of nucleotides, in Rust.☆124Updated 4 years ago
- Rust libraries and programs focused on succinct data structures☆140Updated last week
- Rust implementation of a fast, easy, interval tree library nim-lapper☆62Updated last year
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆139Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆165Updated 2 months ago
- Probability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures.☆11Updated last year
- Fast suffix arrays for Rust (with Unicode support).☆272Updated last year
- NumPy file format (de-)serialization in Rust☆31Updated 5 years ago
- Rust implementations of succinct data structures☆58Updated last week
- PtrHash minimal perfect hash function, based of PTHash☆56Updated last week
- ☆35Updated 3 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 6 months ago
- A BK-tree implementation in Rust.☆40Updated last year
- Probability-theory toolbox☆57Updated last year
- A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).☆173Updated last year