fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆686Updated 2 years ago
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,269Updated last month
- The arena, a fast but limited type of allocator☆573Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 5 months ago
- Stackless generators on stable Rust.☆475Updated 3 years ago
- Array of Struct to Struct of Array helpers in Rust☆474Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆641Updated 2 years ago
- A safe and convenient store for one value of each type☆349Updated last year
- Rust doesn't have exceptions☆635Updated 5 years ago
- A vector with a fixed capacity. (Rust)☆846Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- Portable Packed SIMD Vectors for Rust standard library☆636Updated last year
- Slab allocator for Rust☆865Updated 2 months ago
- PEG parser combinators using operator overloading without macros.☆521Updated 11 months ago
- Runtime for executing procedural macros as WebAssembly☆1,450Updated this week
- A modern Rust debugging library 🦀☆891Updated 3 years ago
- Data structure serialization library with several opposite design goals from Serde☆916Updated 2 weeks ago
- A wide linear algebra crate for games and graphics.☆785Updated 7 months ago
- Macros for all your token pasting needs☆1,069Updated last year
- Geometry primitives (basic linear algebra) for Rust☆475Updated 10 months ago
- The Wasm-Enabled, Elfin Allocator☆711Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,597Updated 2 weeks ago
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- A crate for managing memory bit by bit☆1,361Updated last year
- Just, really the littlest Vec you could need. So smol.☆717Updated 2 weeks ago
- easy simd☆370Updated 3 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆643Updated last year
- cross-platform Rust API for memory mapped IO☆566Updated 3 years ago
- A macro to generate structures which behave like bitflags☆1,085Updated last month