orlp / slotmapLinks
Slotmap data structure for Rust
☆1,276Updated last month
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,603Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,059Updated last week
- A crate for managing memory bit by bit☆1,362Updated last year
- Macros for all your token pasting needs☆1,074Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated last month
- Typed distributed plugin registration☆1,238Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,275Updated last week
- A vector with a fixed capacity. (Rust)☆850Updated last year
- Data structure serialization library with several opposite design goals from Serde☆915Updated 3 weeks ago
- Compile time static maps for Rust☆2,076Updated 3 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Updated 2 years ago
- Runtime for executing procedural macros as WebAssembly☆1,457Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,088Updated last month
- Some more derive(Trait) options☆2,057Updated 3 weeks ago
- A crate for mucking around with piles of bytes☆943Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆924Updated 11 months ago
- Slab allocator for Rust☆866Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆950Updated last month
- A Rust proc-macro attribute parser☆1,219Updated this week
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,198Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,268Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,177Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆814Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,831Updated this week
- Compile-time type-checked builder derive☆1,136Updated 2 weeks ago
- Numeric traits for generic mathematics in Rust☆907Updated 7 months ago
- derive builder implementation for rust structs☆1,522Updated 2 weeks ago
- Rust quasi-quoting☆1,515Updated 2 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆643Updated last year