ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆140Updated last year
Alternatives and similar repositories for xorf
Users that are interested in xorf are comparing it to the libraries listed below
Sorting:
- Rust library implementing xor-filters☆140Updated 2 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated 3 months ago
- An on-disk hash table implementation☆123Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- rust bindings of snmalloc☆136Updated 3 months ago
- Rust FFI wrapper for CRoaring☆158Updated last week
- A fast and flexible LRU map.☆189Updated 6 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆156Updated last week
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆96Updated 9 months ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆97Updated 2 weeks ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Yaque is yet another disk-backed persistent queue for Rust.☆86Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- A Rust data structure for efficient lower-bound lookups☆91Updated last year
- ☆197Updated last year
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- Serialisable closures for Rust.☆64Updated 2 years ago
- ☆41Updated 2 months ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 11 months ago
- Map data structure whose keys are stored as ranges☆89Updated 6 months ago