contain-rs / vec-mapLinks
A simple map based on a vector for small integer keys
☆66Updated 9 months ago
Alternatives and similar repositories for vec-map
Users that are interested in vec-map are comparing it to the libraries listed below
Sorting:
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- ☆59Updated last year
- Run closures in parallel☆114Updated 7 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A map backed by a vector☆25Updated last year
- Custom derivation macro for Rust☆113Updated 7 years ago
- Atomic file-writes.☆100Updated 10 months ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Experimental comparators for collections to be generic over☆16Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 5 months ago
- ☆57Updated 7 months ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 6 months ago
- Rust library providing a lazily filled Cell☆60Updated 5 years ago
- A pool of reusable values☆51Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Asynchronous file I/O for Tokio☆48Updated 2 months ago