orlp / slotmapLinks
Slotmap data structure for Rust
☆1,257Updated last year
Alternatives and similar repositories for slotmap
Users that are interested in slotmap are comparing it to the libraries listed below
Sorting:
- A fast bump allocation arena for Rust☆1,974Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,571Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,363Updated last year
- Macros for all your token pasting needs☆1,064Updated last year
- Typed distributed plugin registration☆1,215Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,236Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆762Updated last week
- A crate for mucking around with piles of bytes☆916Updated 2 weeks ago
- Compile time static maps for Rust☆2,061Updated last month
- A macro to generate structures which behave like bitflags☆1,078Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆685Updated 2 years ago
- Runtime for executing procedural macros as WebAssembly☆1,442Updated last week
- Slab allocator for Rust☆853Updated 3 weeks ago
- A vector with a fixed capacity. (Rust)☆836Updated last year
- Some more derive(Trait) options☆2,015Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,164Updated last week
- Test harness for ui tests of compiler diagnostics☆940Updated last week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- A Rust proc-macro attribute parser☆1,195Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,812Updated last week
- Compile-time type-checked builder derive☆1,117Updated 2 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆904Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,254Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆795Updated 2 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆901Updated 9 months ago
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,182Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,010Updated last month
- Rust quasi-quoting☆1,491Updated last week
- Serialization library with zero dependencies☆829Updated last week
- Array of Struct to Struct of Array helpers in Rust☆468Updated 7 months ago