fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆682Updated last year
Alternatives and similar repositories for generational-arena
Users that are interested in generational-arena are comparing it to the libraries listed below
Sorting:
- Slotmap data structure for Rust☆1,215Updated last year
- The arena, a fast but limited type of allocator☆544Updated 10 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆755Updated 2 months ago
- Geometry primitives (basic linear algebra) for Rust☆470Updated 4 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆752Updated last month
- Stackless generators on stable Rust.☆464Updated 3 years ago
- A safe and convenient store for one value of each type☆344Updated 11 months ago
- Array of Struct to Struct of Array helpers in Rust☆445Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆623Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Rust doesn't have exceptions☆634Updated 4 years ago
- A vector with a fixed capacity. (Rust)☆825Updated 8 months ago
- Runtime for executing procedural macros as WebAssembly☆1,395Updated last month
- Slab allocator for Rust☆802Updated last month
- PEG parser combinators using operator overloading without macros.☆517Updated 5 months ago
- A modern Rust debugging library 🦀☆892Updated 3 years ago
- Portable Packed SIMD Vectors for Rust standard library☆624Updated last year
- A port of MUSL's libm to Rust.☆633Updated 2 months ago
- An intrusive flamegraph profiling tool for rust.☆719Updated last year
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- Data structure serialization library with several opposite design goals from Serde☆871Updated last month
- A wide linear algebra crate for games and graphics.☆772Updated last month
- Compact inlined strings for Rust.☆526Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,496Updated last week
- A fast bump allocation arena for Rust☆1,800Updated 3 weeks ago
- Just, really the littlest Vec you could need. So smol.☆699Updated 4 months ago
- A Rust implementation of the xxHash algorithm.☆404Updated last month
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- A macro to generate structures which behave like bitflags☆1,029Updated last month
- Compile-time reference counting☆452Updated last month