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")
☆99Updated 3 weeks ago
Alternatives and similar repositories for micromap:
Users that are interested in micromap are comparing it to the libraries listed below
- Fantastic serialization library☆159Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆67Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆89Updated 2 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆79Updated 3 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated this week
- Lazy formatting utility macro for rust☆127Updated last year
- Utilities for working with impl traits in Rust.☆101Updated 10 months ago
- ☆153Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆58Updated last month
- ☆81Updated last month
- Cargo command to create the README.md from your crate's documentation☆138Updated this week
- ☆38Updated 3 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆83Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆130Updated last month
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- Compile-time regular expressions, the right way.☆71Updated 8 months ago
- A simple concurrent caching library that might fit to many use cases☆111Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆178Updated last year
- Generate Rust enum variants without associated data☆91Updated 9 months ago
- Convert number to enum☆88Updated 5 months ago
- Streaming JSON reader and writer written in Rust☆70Updated 2 weeks ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆101Updated last week
- A scope for async_std and tokio to spawn non-static futures☆125Updated 7 months ago
- Reports when tokio runtime threads are blocking☆64Updated 4 months ago
- Type-erased core::Discriminant<T>☆37Updated last month
- Create extensions for types you don't own with extension traits but without the boilerplate☆129Updated last year
- An ε-copy serialization/deserialization framework for Rust☆135Updated 5 months ago
- Hash trait that is object-safe☆30Updated 3 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆126Updated 3 months ago
- Automatically implement traits for common smart pointers☆104Updated this week