cloudflare / entropy-mapLinks
Low-latency hash map using minimal perfect hash functions and compact encoding.
☆28Updated 7 months ago
Alternatives and similar repositories for entropy-map
Users that are interested in entropy-map are comparing it to the libraries listed below
Sorting:
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 4 months ago
- Port of bbolt in Rust☆65Updated 8 months ago
- scan-resistant concurrent lazy LRU☆60Updated last year
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆28Updated 11 months ago
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-di…☆46Updated 3 months ago
- Mechanisms for high-performance hardware-aware programming in Rust☆24Updated this week
- A simple single-threaded concurrency runtime for Rust based on io_uring.☆28Updated last year
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Small, fast, and correct L2/L3/L4 packet parser.☆59Updated last year
- Value log implementation for key-value separated storage in safe Rust☆41Updated 3 weeks ago
- A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.☆22Updated 6 months ago
- high performance Serialize and Deserialize derives☆35Updated 2 months ago
- Wait for a collection of async tasks to finish.☆34Updated 10 months ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆96Updated 9 months ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- Library safely exposing the io_uring API.☆63Updated 3 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- A highly customable, adaptable, runtime agnostic and WASM/WASI friendly decentralized solution for service discovery and orchestration th…☆52Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Apache HoraeDB (Incubating) Rust Client.☆17Updated 2 weeks ago
- bytes::BufMut implementation to count buffer size☆22Updated last month
- VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.☆21Updated 7 months ago
- Async channels for Rust that support reading and writing many values☆27Updated 2 weeks ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆47Updated 2 weeks ago
- A CRC algorithm generator with SIMD support and table fallback☆16Updated 5 months ago
- Simple bit-level protocol definitions in Rust.☆22Updated last month
- Asynchronous Arc<Mutex<Option<T>>>☆15Updated 6 years ago