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.☆146Updated 2 months ago
- Rust FFI wrapper for CRoaring☆161Updated this week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 2 months ago
- A minimal implementation of consistent hashing☆60Updated last year
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆68Updated last month
- Rust library implementing xor-filters☆142Updated 2 years ago
- A memory-efficient patricia tree implementation written in Rust☆127Updated last month
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- An on-disk hash table implementation☆125Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- A fast Bloom filter implementation in Rust☆265Updated 2 weeks ago
- A implementation of convenience integrations between tokio and tower☆132Updated 2 years ago
- Benchmarking library for stable Rust☆47Updated 2 weeks ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 8 years ago
- fast hex☆94Updated 3 months ago
- A big integer library in Rust with good performance.☆106Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆112Updated 3 weeks ago
- Rust libraries and programs focused on succinct data structures☆150Updated last month
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Trying to create Sync bump allocator☆40Updated 3 months ago
- A variant of Cuckoo Filter whose size automatically scales as necessary☆25Updated 6 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-…☆81Updated 2 months ago
- A priority queue for Rust with efficient change function.☆210Updated 2 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆167Updated last week
- Consistent Hashing library in Rust☆18Updated 2 years ago