JesperAxelsson / rust-intmapLinks
Specialized hashmap for u64 keys
☆37Updated last month
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☆47Updated last month
- ☆35Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated last week
- Extract bits from a byte slice☆78Updated this week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆85Updated this week
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Convert closures into wakers☆45Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- ☆32Updated 7 months ago
- Threadsafe RefCell for Rust☆93Updated 3 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
- Blazing fast immutable collection datatypes for Rust.☆105Updated 3 weeks ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Faster integer division and modulus operations☆87Updated last week
- #[no_std] print equivalent for Rust☆64Updated last week
- Better reference counted strings for Rust☆126Updated 11 months ago
- Take a value atomically once.☆30Updated 2 years ago
- Weak hash tables for Rust☆41Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Composable allocator structures for plugging together more powerful allocators☆35Updated 4 years ago
- A sinless derive helper☆72Updated last week
- ☆57Updated 3 years ago
- Observer pattern which generates a futures 0.3 stream of events☆41Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- A simple in-memory search for collections and key-value stores.☆74Updated last month
- Vec-backed ID-tree☆59Updated 2 months ago