BurntSushi / suffix
Fast suffix arrays for Rust (with Unicode support).
☆271Updated last year
Alternatives and similar repositories for suffix:
Users that are interested in suffix are comparing it to the libraries listed below
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆227Updated 6 months ago
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆275Updated last year
- Fast generic radix trie implemented in Rust☆197Updated 2 years ago
- Rust FFI wrapper for CRoaring☆157Updated 2 weeks ago
- A Rust implementation of the xxHash algorithm.☆388Updated 4 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A rust implementation of some popular snowball stemming algorithms☆125Updated 11 months ago
- A port of HdrHistogram to Rust☆320Updated last year
- SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.☆302Updated 10 months ago
- An XPath library in Rust☆123Updated 3 years ago
- A mortifying serialization library for Rust☆334Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 8 months ago
- The arena, a fast but limited type of allocator☆538Updated 8 months ago
- cross-platform Rust API for memory mapped IO☆561Updated 3 years ago
- Rust implementation of the HNSW algorithm (Malkov-Yashunin)☆177Updated 2 months ago
- Generic array types in Rust☆407Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆290Updated 8 months ago
- Cargo subcommand to profile binaries☆436Updated 2 years ago
- A better compressed bitset in Rust☆789Updated 2 weeks ago
- Basic statistical functions on streams for Rust.☆85Updated 2 years ago
- Compact string type for zero-copy parsing☆255Updated last year
- A fast mpmc queue with broadcast capabilities☆204Updated 6 years ago
- A small utility to compare Rust micro-benchmarks.☆352Updated 7 months ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance cal…☆108Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Snappy compression implemented in Rust (including the Snappy frame format).☆472Updated 3 months ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆389Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆100Updated last year