BurntSushi / suffix
Fast suffix arrays for Rust (with Unicode support).
☆269Updated last year
Alternatives and similar repositories for suffix:
Users that are interested in suffix are comparing it to the libraries listed below
- Fast generic radix trie implemented in Rust☆196Updated 2 years ago
- A Rust implementation of the xxHash algorithm.☆389Updated 3 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆226Updated 5 months ago
- Compact string type for zero-copy parsing☆252Updated last year
- SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.☆298Updated 9 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 2 years ago
- A small utility to compare Rust micro-benchmarks.☆351Updated 7 months ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 7 months ago
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆275Updated last year
- A command line tool for comparing benchmarks run by Criterion.☆241Updated 6 months ago
- Rust FFI wrapper for CRoaring☆157Updated this week
- A mortifying serialization library for Rust☆330Updated 2 years ago
- A port of HdrHistogram to Rust☆319Updated last year
- Portable Packed SIMD Vectors for Rust standard library☆615Updated 10 months ago
- A (mostly) lock-free concurrent work-stealing deque in Rust.☆235Updated 2 years ago
- Generic array types in Rust☆407Updated 3 weeks ago
- A library for creating references that carry their owner with them.☆371Updated last year
- easy simd☆345Updated last month
- A compiler plugin to insert flame calls☆381Updated last year
- A better compressed bitset in Rust☆789Updated this week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆161Updated 3 weeks ago
- A rust implementation of some popular snowball stemming algorithms☆123Updated 11 months ago
- Rust implementations of string similarity metrics☆434Updated 11 months ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆387Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆288Updated 7 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆136Updated 11 months ago
- The arena, a fast but limited type of allocator☆534Updated 7 months ago
- Fowler–Noll–Vo hash function☆345Updated last year
- Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance cal…☆107Updated 2 years ago
- A fast Bloom filter implementation in Rust☆248Updated 2 months ago