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 month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- ☆49Updated last year
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆67Updated 3 weeks ago
- Common stop words in a variety of languages☆23Updated last month
- An on-disk hash table implementation☆124Updated 3 years 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☆172Updated last month
- Safe, Growable Bloom Filters in Rust (with serde)☆29Updated last year
- Small and fast library for k-means clustering.☆51Updated 3 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A library for generating Graphviz DOT language files for graphs.☆77Updated 6 months ago
- Rust FFI wrapper for CRoaring☆160Updated last week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Native TLS for futures and async-std☆72Updated 4 months ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- Rust libraries and programs focused on succinct data structures☆150Updated 3 weeks ago
- Rust library implementing xor-filters☆142Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- Async networking primitives for TCP/UDP/Unix communication☆136Updated 8 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- A minimal implementation of consistent hashing☆60Updated last year
- Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)☆51Updated last week
- Heap-based async timers☆214Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 weeks ago
- Rust LZ4 bindings☆56Updated 9 months ago
- Async tracing capabilities for the log crate☆98Updated 4 years ago