orlp / slotmapLinks
Slotmap data structure for Rust
☆1,222Updated 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 last month
- A fast bump allocation arena for Rust☆1,855Updated last month
- Macros for all your token pasting needs☆1,054Updated 10 months ago
- Typed distributed plugin registration☆1,156Updated last week
- A crate for managing memory bit by bit☆1,319Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,138Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆756Updated 2 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆760Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,408Updated last week
- Slab allocator for Rust☆821Updated 2 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆682Updated 2 years ago
- Some more derive(Trait) options☆1,972Updated last week
- A macro to generate structures which behave like bitflags☆1,042Updated last week
- A crate for mucking around with piles of bytes☆886Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,140Updated 5 months ago
- A Rust proc-macro attribute parser☆1,154Updated last week
- Test harness for ui tests of compiler diagnostics☆914Updated 3 weeks ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆871Updated 6 months ago
- Compile time static maps for Rust☆1,977Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆754Updated 5 months ago
- Compile-time type-checked builder derive☆1,055Updated last week
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,127Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Data structure serialization library with several opposite design goals from Serde☆877Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,729Updated this week
- Serialization library with zero dependencies☆812Updated last month
- Numeric traits for generic mathematics in Rust☆857Updated 2 months ago
- Support atomic operations on Arc itself☆1,072Updated 2 weeks ago
- Efficient, lock-free, bounded Rust broadcast channel☆823Updated last year