bartolsthoorn / simhash-rsLinks
Rust implementation of Simhash
☆23Updated 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.☆144Updated last year
- Rust libraries and programs focused on succinct data structures☆144Updated this week
- Rust FFI wrapper for CRoaring☆158Updated 2 weeks ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆167Updated this week
- Rust library implementing xor-filters☆140Updated 2 years ago
- An on-disk hash table implementation☆124Updated 3 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- Fast hierarchical agglomerative clustering in Rust.☆102Updated 4 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A minimal implementation of consistent hashing☆59Updated last year
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆64Updated 5 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆272Updated 2 weeks ago
- ☆49Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆142Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆285Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- Trying to create Sync bump allocator☆38Updated last month
- A simple concurrent caching library that might fit to many use cases☆134Updated 7 months ago
- Blazingly fast framework for in-process microservices on top of Tower ecosystem☆19Updated last year
- A fast Bloom filter implementation in Rust☆262Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆90Updated 5 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 7 months ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆80Updated this week
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- A concurrent, append-only vector.☆190Updated this week
- Empowering everyone to build reliable and efficient software.☆23Updated last week
- Small and fast library for k-means clustering.☆51Updated last month