orlp / slotmapLinks
Slotmap data structure for Rust
☆1,215Updated 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,496Updated this week
- A fast bump allocation arena for Rust☆1,800Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,315Updated 11 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,085Updated 2 weeks ago
- Typed distributed plugin registration☆1,133Updated 2 weeks ago
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- Compile time static maps for Rust☆1,953Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆752Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆682Updated last year
- A macro to generate structures which behave like bitflags☆1,028Updated last month
- Data structure serialization library with several opposite design goals from Serde☆871Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,232Updated last year
- A vector with a fixed capacity. (Rust)☆824Updated 8 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆755Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,135Updated 4 months ago
- Some more derive(Trait) options☆1,955Updated this week
- Slab allocator for Rust☆801Updated 3 weeks ago
- A Rust proc-macro attribute parser☆1,133Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,395Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆845Updated 4 months ago
- Compile-time type-checked builder derive☆1,045Updated 3 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,663Updated last month
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆746Updated 4 months ago
- Numeric traits for generic mathematics in Rust☆839Updated 3 weeks ago
- derive builder implementation for rust structs☆1,452Updated 9 months ago
- A crate for mucking around with piles of bytes☆867Updated last month
- Rust quasi-quoting☆1,433Updated last month
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,096Updated last month
- Array of Struct to Struct of Array helpers in Rust☆445Updated 3 months ago