yegor256 / micromapLinks
📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")
☆179Updated last week
Alternatives and similar repositories for micromap
Users that are interested in micromap are comparing it to the libraries listed below
Sorting:
- A concurrent, append-only vector.☆204Updated 2 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆177Updated 2 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated last month
- Fixed-size decimal numbers implemented in pure Rust☆228Updated last week
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 9 months ago
- ☆217Updated 3 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- Fantastic serialization library☆160Updated last year
- ☆288Updated last month
- Async synchronization primitives☆275Updated 2 months ago
- A very fast Key-Value store in pure rust☆212Updated 4 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆311Updated 2 months ago
- Rust web servers without async/await.☆218Updated 9 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated 2 months ago
- Generate Rust enum variants without associated data☆97Updated last week
- An ε-copy serialization/deserialization framework for Rust☆160Updated last week
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Lightweight and high performance concurrent cache☆278Updated 3 weeks ago
- Creates graphviz dependency graphs for Rust projects that use Cargo☆200Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆143Updated last year
- Structured concurrency operations for async Rust☆474Updated last month
- A fixed-size circular buffer written in Rust.☆131Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Struct fields that are made read-only accessible to other modules☆259Updated 3 weeks ago
- lazy static regular expressions checked at compile time☆219Updated last week
- Tracing layer that automatically creates and manages progress bars for active spans.☆259Updated 2 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆170Updated this week
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆302Updated last month