JesperAxelsson / rust-intmapLinks
Specialized hashmap for u64 keys
☆45Updated 3 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☆54Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Blazing fast immutable collection datatypes for Rust.☆135Updated 2 weeks ago
- Extract bits from a byte slice☆81Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Updated 7 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Track memory allocations by backtrace or originating thread☆47Updated 2 months ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- Map data structure whose keys are stored as ranges☆100Updated last month
- A simple in-memory search for collections and key-value stores.☆81Updated last month
- Macro for sealing traits and structures☆61Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 9 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- ☆61Updated 2 years ago
- Eventually consistent values for Rust☆125Updated 3 years ago
- Changing function definitions at runtime in Rust☆134Updated 3 years ago
- #[no_std] print equivalent for Rust☆66Updated last month
- Serialization value trees☆48Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 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 3 months ago
- A simple bitset container for Rust☆159Updated 7 months ago