orlp / slotmapLinks
Slotmap data structure for Rust
☆1,248Updated 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,356Updated last year
- A fast bump allocation arena for Rust☆1,954Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,554Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,221Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆760Updated last month
- Typed distributed plugin registration☆1,208Updated last week
- A vector with a fixed capacity. (Rust)☆832Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,442Updated 2 weeks ago
- Macros for all your token pasting needs☆1,064Updated last year
- A macro to generate structures which behave like bitflags☆1,066Updated 3 weeks ago
- Compile time static maps for Rust☆2,039Updated last month
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- Data structure serialization library with several opposite design goals from Serde☆895Updated 3 weeks ago
- Some more derive(Trait) options☆2,011Updated this week
- Compile-time type-checked builder derive☆1,111Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,247Updated last year
- Slab allocator for Rust☆848Updated 3 months ago
- A crate for mucking around with piles of bytes☆910Updated this week
- A Rust proc-macro attribute parser☆1,186Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,162Updated 3 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆684Updated 2 years ago
- Test harness for ui tests of compiler diagnostics☆935Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆787Updated last month
- Rust quasi-quoting☆1,482Updated last week
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,170Updated last month
- Numeric traits for generic mathematics in Rust☆885Updated 4 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,003Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,810Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆895Updated 8 months ago
- Serialization library with zero dependencies☆820Updated 4 months ago