cloudflare / entropy-map
Low-latency hash map using minimal perfect hash functions and compact encoding.
☆21Updated 5 months ago
Alternatives and similar repositories for entropy-map:
Users that are interested in entropy-map are comparing it to the libraries listed below
- Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.☆22Updated last year
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-di…☆46Updated last month
- Value log implementation for key-value separated storage in safe Rust☆35Updated last week
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆58Updated 2 months ago
- scan-resistant concurrent lazy LRU☆58Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A simple single-threaded concurrency runtime for Rust based on io_uring.☆29Updated last year
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 2 years ago
- Automatic TLS certificate management using rustls☆28Updated this week
- Frayed ribbon filter cascade☆47Updated 2 years ago
- A crate to protect against malicious JSON payloads.☆63Updated 6 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- SQLite-based on-disk cache for Rust.☆23Updated 8 months ago
- a fast async pool based on channel☆24Updated this week
- Distributed, fault tolerant, strongly consistent, performant (event)log in Rust☆18Updated last year
- Small, fast, and correct L2/L3/L4 packet parser.