ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆144Updated last month
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☆172Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 7 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Rust FFI wrapper for CRoaring☆160Updated 3 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- An ε-copy serialization/deserialization framework for Rust☆156Updated this week
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- ☆55Updated last week
- A global executor built on top of async-executor and smol☆74Updated last month
- rust bindings of snmalloc☆140Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 9 months ago
- A pure Rust database implementation using an append-only B-Tree file format.☆272Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- ☆201Updated last year
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- Concurrently Readable Data Structures for Rust☆361Updated 2 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last week
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Simple string matching with single- and multiple-wildcard operator☆87Updated 2 weeks ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Yaque is yet another disk-backed persistent queue for Rust.☆87Updated last year
- 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…☆96Updated 3 weeks ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago