ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆147Updated last week
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☆172Updated 3 months ago
- Rust library implementing xor-filters☆142Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 9 months ago
- Rust FFI wrapper for CRoaring☆161Updated last month
- A fast and flexible LRU map.☆198Updated 10 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 9 months ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- ☆44Updated 6 months ago
- Yaque is yet another disk-backed persistent queue for Rust.☆88Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- An updated version of linked-hash-map and friends☆137Updated last month
- rust bindings of snmalloc☆144Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Benchmarking library for stable Rust☆47Updated last month
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated 11 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Non-interleaving multithreaded output queue☆79Updated last week
- A pure Rust database implementation using an append-only B-Tree file format.☆276Updated 2 years ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 9 months ago
- Library safely exposing the io_uring API.☆69Updated last week
- A fast implementation of single-pattern substring search using SIMD acceleration.☆99Updated 3 weeks ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- like thread::spawn but for processes☆159Updated 9 months ago
- A concurrent, append-only vector.☆206Updated 3 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Library and proc macro to analyze memory usage of data structures in rust.☆179Updated 2 weeks ago
- ☆204Updated last year