JesperAxelsson / rust-intmapLinks
Specialized hashmap for u64 keys
☆44Updated 2 months ago
Alternatives and similar repositories for rust-intmap
Users that are interested in rust-intmap are comparing it to the libraries listed below
Sorting:
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 3 months ago
- ☆52Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Inline procedural macros for Rust☆56Updated 3 years ago
- A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.☆29Updated 10 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Extract bits from a byte slice☆80Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Updated last week
- Easy-to-use optional function arguments for Rust☆47Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 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.☆43Updated 3 years ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- Minimal asynchronous executor for Rust☆133Updated last month
- Faster integer division and modulus operations☆88Updated 6 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Better reference counted strings for Rust☆139Updated last year
- A library for compact bit sets containing enums.☆121Updated last month
- Take a value atomically once.☆30Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago