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")
☆172Updated last week
Alternatives and similar repositories for micromap
Users that are interested in micromap are comparing it to the libraries listed below
Sorting:
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆173Updated 3 weeks ago
- A concurrent, append-only vector.☆202Updated 2 months ago
- ☆216Updated 3 months ago
- Async synchronization primitives☆274Updated last month
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated 3 weeks ago
- A lockless mpmc/mpsc to support async base on crossbeam☆195Updated last week
- Fixed-size decimal numbers implemented in pure Rust☆221Updated 3 weeks ago
- Rust web servers without async/await.☆217Updated 9 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- Fantastic serialization library☆160Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- A very fast Key-Value store in pure rust☆210Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- Generate Rust enum variants without associated data☆98Updated last year
- Structured concurrency operations for async Rust☆470Updated 3 weeks ago
- Faster implementations of standard library operations like find, filter, position etc.☆178Updated 8 months ago
- Serialize and deserialize C-like enum as underlying repr☆250Updated last month
- Tracing layer that automatically creates and manages progress bars for active spans.☆259Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆258Updated last month
- A lightweight version of pin-project written with declarative macros.☆256Updated last month
- Track and query Cargo dependency graphs.☆236Updated this week
- `faststr` is a string library that try to avoid the cost of clone.☆105Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆305Updated last month
- Support for json-path in Rust☆134Updated 2 months ago
- An ε-copy serialization/deserialization framework for Rust☆159Updated this week
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆257Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year