ayazhafiz / xorfLinks
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
☆139Updated last year
Alternatives and similar repositories for xorf
Users that are interested in xorf are comparing it to the libraries listed below
Sorting:
- An on-disk hash table implementation☆120Updated 3 years ago
- Rust library implementing xor-filters☆140Updated last year
- rust bindings of snmalloc☆131Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆164Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- A fast and flexible LRU map.☆183Updated 4 months ago
- Make trait methods callable without the trait in scope☆146Updated last week
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- An allocator that can track and limit memory usage.☆209Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆154Updated this week
- ☆194Updated last year
- An updated version of linked-hash-map and friends☆114Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- ☆46Updated last year
- A concurrent, append-only vector.☆165Updated 2 weeks ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆70Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆148Updated last week
- Object Pool LockFree in Rust☆46Updated 4 months ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 5 months ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆56Updated 3 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago