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")
☆161Updated this week
Alternatives and similar repositories for micromap
Users that are interested in micromap are comparing it to the libraries listed below
Sorting:
- Fixed-size decimal numbers implemented in pure Rust☆206Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆188Updated 4 months ago
- Faster implementations of standard library operations like find, filter, position etc.☆177Updated 6 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆128Updated this week
- Fantastic serialization library☆160Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆281Updated 4 months ago
- ☆188Updated 3 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆152Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated 11 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆160Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆97Updated last week
- A very fast Key-Value store in pure rust☆208Updated last month
- Tracing layer that automatically creates and manages progress bars for active spans.☆253Updated last week
- A concurrent, append-only vector.☆187Updated last week
- Creates graphviz dependency graphs for Rust projects that use Cargo☆188Updated last month
- ☆261Updated 3 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 9 months ago
- Async synchronization primitives☆270Updated this week
- Structured concurrency operations for async Rust☆464Updated 6 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆123Updated 10 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆239Updated last month
- A fixed-size circular buffer written in Rust.☆122Updated 3 weeks ago
- Immutable strings, in Rust.☆247Updated last year
- High-precision and consistent benchmarking framework/harness for Rust☆156Updated this week
- Struct fields that are made read-only accessible to other modules☆253Updated 2 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Generate Rust enum variants without associated data☆98Updated last year
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆99Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆143Updated last year
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆266Updated last week