ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆139Updated last year
Alternatives and similar repositories for xorf
Users that are interested in xorf are comparing it to the libraries listed below
Sorting:
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated 2 months ago
- Rust library implementing xor-filters☆140Updated 2 years ago
- An on-disk hash table implementation☆121Updated 3 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆156Updated 3 weeks ago
- A fast and flexible LRU map.☆185Updated 5 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 3 months ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- An allocator that can track and limit memory usage.☆212Updated 2 years ago
- ☆195Updated last year
- An ε-copy serialization/deserialization framework for Rust☆149Updated 2 weeks ago
- A thread-safe & efficient memory pool☆169Updated last year
- Async filesystem primitives☆134Updated this week
- A fast implementation of single-pattern substring search using SIMD acceleration.☆96Updated 8 months ago
- Benchmarking library for stable Rust☆43Updated 2 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…☆86Updated 3 months ago
- like thread::spawn but for processes☆155Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆156Updated last year
- rust bindings of snmalloc☆136Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 6 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆251Updated 2 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆109Updated 2 months ago
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago