ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆152Updated 3 weeks ago
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☆174Updated 4 months ago
- Rust library implementing xor-filters☆142Updated 2 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A fast and flexible LRU map.☆198Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 2 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- This is a Rust implementation for popular caches (support no_std).☆113Updated 11 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- A pure Rust database implementation using an append-only B-Tree file format.☆278Updated 2 years ago
- rust bindings of snmalloc☆147Updated 4 months ago
- Rust FFI wrapper for CRoaring☆163Updated last week
- A fast implementation of single-pattern substring search using SIMD acceleration.☆100Updated 2 months ago
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Benchmarking library for stable Rust☆47Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- ☆168Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Yaque is yet another disk-backed persistent queue for Rust.☆89Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- ☆205Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- Concurrently Readable Data Structures for Rust☆363Updated 6 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 10 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆150Updated 3 years ago