JesperAxelsson / rust-intmap
Specialized hashmap for u64 keys
☆35Updated 2 weeks ago
Alternatives and similar repositories for rust-intmap:
Users that are interested in rust-intmap are comparing it to the libraries listed below
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Take a value atomically once.☆29Updated 2 years ago
- Extract bits from a byte slice☆73Updated 2 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Parse byte size into integer accurately.☆29Updated 7 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Typed any map for rust☆66Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- ☆38Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated last week
- Blazing fast immutable collection datatypes for Rust.☆102Updated last week
- Inline procedural macros for Rust☆55Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 11 months ago
- Convert closures into wakers☆45Updated 3 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 9 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 7 months ago
- Token tree calling convention☆79Updated 2 years ago
- Rust map and set literals☆24Updated 5 years ago
- Serialization value trees☆44Updated 8 months ago
- Better reference counted strings for Rust☆121Updated 9 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago