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")
☆123Updated this week
Alternatives and similar repositories for micromap:
Users that are interested in micromap are comparing it to the libraries listed below
- Fantastic serialization library☆158Updated 11 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆151Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆181Updated 3 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated 2 weeks ago
- ☆142Updated last month
- Compile-time string formatting☆236Updated 4 months ago
- A concurrent, append-only vector.☆156Updated last month
- Generate Rust enum variants without associated data☆93Updated last year
- Lazy formatting utility macro for rust☆127Updated last year
- Track and query Cargo dependency graphs.☆207Updated this week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 4 months ago
- Utilities for working with impl traits in Rust.☆108Updated 2 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated 3 weeks ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- Async synchronization primitives☆267Updated 3 weeks ago
- Compile-time regular expressions, the right way.☆77Updated 2 months ago
- ☆41Updated 6 months ago
- Creates graphviz dependency graphs for Rust projects that use Cargo☆175Updated 10 months ago
- Struct fields that are made read-only accessible to other modules☆241Updated last month
- ☆111Updated this week
- Const TypeId and non-'static TypeId☆66Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Type-erased core::Discriminant<T>☆38Updated last month
- Zero-cost type for stack without complicated type or Box☆45Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- Pull in every source file in a directory as a module☆172Updated last month
- Cargo command to create the README.md from your crate's documentation☆157Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆96Updated 3 months ago