bartolsthoorn / simhash-rsLinks
Rust implementation of Simhash
☆24Updated 2 years ago
Alternatives and similar repositories for simhash-rs
Users that are interested in simhash-rs are comparing it to the libraries listed below
Sorting:
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆152Updated 3 weeks ago
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆69Updated 3 months ago
- ☆48Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A minimal implementation of consistent hashing☆61Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months 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
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- Rust libraries and programs focused on succinct data structures☆151Updated 3 months ago
- A memory-efficient patricia tree implementation written in Rust☆131Updated 3 months ago
- Rust FFI wrapper for CRoaring☆163Updated last week
- A fast Bloom filter implementation in Rust☆273Updated 3 weeks ago
- Rust library implementing xor-filters☆142Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- Small and fast library for k-means clustering.☆53Updated 6 months ago
- ☆63Updated 4 years ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆150Updated 3 years ago
- Common stop words in a variety of languages☆25Updated 4 months ago
- Native TLS for futures and async-std☆72Updated 7 months ago
- Exponential backoff generator with jitter.☆94Updated 8 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆100Updated 2 months ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A HyperLogLog implementation in Rust.☆52Updated 3 weeks ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A implementation of convenience integrations between tokio and tower☆133Updated 2 years ago
- A simple concurrent caching library that might fit to many use cases☆143Updated 11 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Heap-based async timers☆216Updated last year