orlp / slotmapLinks
Slotmap data structure for Rust
☆1,244Updated last year
Alternatives and similar repositories for slotmap
Users that are interested in slotmap are comparing it to the libraries listed below
Sorting:
- A crate for managing memory bit by bit☆1,343Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,544Updated 3 weeks ago
- A fast bump allocation arena for Rust☆1,917Updated 3 months ago
- Macros for all your token pasting needs☆1,059Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆759Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,191Updated this week
- Typed distributed plugin registration☆1,193Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,156Updated last month
- A vector with a fixed capacity. (Rust)☆830Updated last year
- Compile time static maps for Rust☆2,024Updated last week
- Some more derive(Trait) options☆1,999Updated last month
- Slab allocator for Rust