fitzgen / generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆674Updated last year
Alternatives and similar repositories for generational-arena:
Users that are interested in generational-arena are comparing it to the libraries listed below
- Slotmap data structure for Rust☆1,183Updated 11 months ago
- The arena, a fast but limited type of allocator☆531Updated 6 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆606Updated last year
- A fast bump allocation arena for Rust☆1,585Updated this week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆731Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆835Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,409Updated 2 weeks ago
- Slab allocator for Rust☆743Updated 2 weeks ago
- Rust doesn't have exceptions☆631Updated 4 years ago
- A vector with a fixed capacity. (Rust)☆798Updated 4 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆727Updated last week
- An intrusive flamegraph profiling tool for rust.☆712Updated last year
- Macros for all your token pasting needs☆1,039Updated 4 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,213Updated last year
- Array of Struct to Struct of Array helpers in Rust☆429Updated last month
- A macro to generate structures which behave like bitflags☆987Updated this week
- Just, really the littlest Vec you could need. So smol.☆669Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,351Updated this week
- A safe and convenient store for one value of each type☆337Updated 7 months ago
- PEG parser combinators using operator overloading without macros.☆510Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,059Updated last week
- A minimal async executor that lets you block on a future☆567Updated last month
- A crate for managing memory bit by bit☆1,260Updated 6 months ago
- Test harness for ui tests of compiler diagnostics☆857Updated this week
- Stackless generators on stable Rust.☆453Updated 2 years ago
- A string type for Rust that is not required to be valid UTF-8.☆893Updated 2 months ago
- Compile-time type-checked builder derive☆951Updated 6 months ago
- Geometry primitives (basic linear algebra) for Rust☆465Updated last week
- Some more derive(Trait) options☆1,847Updated this week
- A crate for mucking around with piles of bytes☆788Updated last week