orlp / slotmapLinks
Slotmap data structure for Rust
☆1,233Updated last year
Alternatives and similar repositories for slotmap
Users that are interested in slotmap are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated 2 months ago
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,159Updated 3 weeks ago
- Typed distributed plugin registration☆1,174Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,326Updated last year
- Compile time static maps for Rust☆1,985Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆759Updated 3 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆762Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,145Updated 3 weeks ago
- Some more derive(Trait) options☆1,981Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,424Updated 3 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆683Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- A macro to generate structures which behave like bitflags☆1,046Updated last week
- A Rust proc-macro attribute parser☆1,162Updated 3 weeks ago
- Slab allocator for Rust☆836Updated last month
- A crate for mucking around with piles of bytes☆890Updated last week
- Rust quasi-quoting☆1,456Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- derive builder implementation for rust structs☆1,469Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,777Updated this week
- Test harness for ui tests of compiler diagnostics☆917Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆875Updated 6 months ago
- Compile-time type-checked builder derive☆1,066Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆976Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆762Updated 5 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,623Updated last month
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆968Updated last year
- Efficient, lock-free, bounded Rust broadcast channel☆824Updated 2 years ago