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.☆147Updated last week
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- An on-disk hash table implementation☆125Updated 4 years ago
- ☆48Updated last year
- SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust☆68Updated 2 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 3 months ago
- Rust FFI wrapper for CRoaring☆161Updated 3 weeks ago
- The simd optimized escape code☆54Updated last week
- ☆62Updated 4 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- A minimal implementation of consistent hashing☆60Updated last year
- Production-ready KV-backed HNSW implementation in Rust using LMDB☆33Updated this week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Common stop words in a variety of languages☆24Updated 3 months ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 7 months ago
- Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)☆51Updated last month
- A Set of Bits☆72Updated 3 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 9 months ago
- Array helpers for Rust's Vector and String types☆78Updated 2 years ago
- Fast hierarchical agglomerative clustering in Rust.☆102Updated 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-…☆81Updated 3 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆97Updated 2 months ago
- An updated version of linked-hash-map and friends☆137Updated last month
- A rust library for reusing heap allocations☆24Updated 5 years ago
- A simple way to implement Rayon's ParallelIterator☆18Updated 3 years ago
- Interning of data in rust☆113Updated 5 months ago