ayazhafiz / xorf
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆137Updated last year
Alternatives and similar repositories for xorf:
Users that are interested in xorf are comparing it to the libraries listed below
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆163Updated last month
- Rust library implementing xor-filters☆140Updated last year
- An on-disk hash table implementation☆116Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- rust bindings of snmalloc☆129Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated last year
- A low-level I/O ownership and borrowing library☆100Updated 5 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆112Updated 2 months ago
- Rust Bloomfilters☆29Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated 2 months ago
- Async stream for Rust and the futures crate.☆183Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆88Updated 3 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆152Updated this week
- ☆193Updated last year
- A fast implementation of single-pattern substring search using SIMD acceleration.☆96Updated 7 months ago
- Library safely exposing the io_uring API.☆61Updated last month
- An allocator that can track and limit memory usage.☆209Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Runtime-agnostic actor library☆77Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆100Updated last year
- Rust FFI wrapper for CRoaring☆158Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆78Updated 8 months ago