yegor256 / micromap
📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")
☆137Updated this week
Alternatives and similar repositories for micromap
Users that are interested in micromap are comparing it to the libraries listed below
Sorting:
- Fantastic serialization library☆160Updated 11 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆182Updated last month
- Fixed-size decimal numbers implemented in pure Rust☆182Updated last week
- Cargo command to create the README.md from your crate's documentation☆159Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆154Updated last year
- Macros for deriving as functions to access Enums as their inner components☆101Updated 8 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- ☆148Updated last week
- Faster implementations of standard library operations like find, filter, position etc.☆177Updated 3 months ago
- Comparison of Rust string types☆145Updated last week
- Track and query Cargo dependency graphs.☆207Updated this week
- An ε-copy serialization/deserialization framework for Rust☆148Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆240Updated 2 months ago
- Async synchronization primitives☆267Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- Parallel iterator processing library for Rust☆103Updated last year
- Lazy formatting utility macro for rust☆127Updated last year
- ☆254Updated 2 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 5 months ago
- Compile-time string formatting☆235Updated 5 months ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆151Updated 9 months ago
- ☆42Updated 7 months ago
- A concurrent, append-only vector.☆159Updated last week
- `faststr` is a string library that try to avoid the cost of clone.☆98Updated last week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆225Updated 3 months ago
- Detect and remove unused dependencies from Cargo.toml☆227Updated this week
- Define your own PhantomData☆152Updated 2 months ago
- Derive a builder for your constructors in Rust☆70Updated 3 months ago