BurntSushi / suffixLinks
Fast suffix arrays for Rust (with Unicode support).
☆279Updated 2 years ago
Alternatives and similar repositories for suffix
Users that are interested in suffix are comparing it to the libraries listed below
Sorting:
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 6 months ago
- Fast generic radix trie implemented in Rust☆213Updated 3 months ago
- Rust FFI wrapper for CRoaring☆161Updated 2 weeks ago
- SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.☆321Updated last year
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- Basic statistical functions on streams for Rust.☆88Updated 3 years ago
- A rust implementation of some popular snowball stemming algorithms☆129Updated last year
- A mortifying serialization library for Rust☆345Updated 2 years ago
- A small utility to compare Rust micro-benchmarks.☆363Updated last year
- A Rust implementation of the xxHash algorithm.☆420Updated 3 months ago
- A Vec of Bits☆184Updated 3 months ago
- easy simd☆370Updated 3 months ago
- Compact string type for zero-copy parsing☆264Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆174Updated 4 months ago
- Fast hierarchical agglomerative clustering in Rust.☆104Updated 8 months ago
- An XPath library in Rust☆127Updated 6 months ago
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆289Updated last month
- Rust library for fast multi-pattern searching.☆86Updated 8 years ago
- Spelling correction & Fuzzy search based on Symmetric Delete spelling correction algorithm.☆140Updated 6 months ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆278Updated last year
- Efficiently-updatable double-array trie in Rust (ported from cedar)☆105Updated 3 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Context-sensitive word embeddings with subwords. In Rust.☆89Updated 2 years ago
- A fast Bloom filter implementation in Rust☆269Updated this week
- Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance cal…☆109Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A low level regular expression library that uses deterministic finite automata.☆351Updated 2 years ago
- A port of HdrHistogram to Rust☆336Updated last year