fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆682Updated 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:
- The arena, a fast but limited type of allocator☆552Updated last year
- Slotmap data structure for Rust☆1,223Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆760Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆756Updated this week
- Rust doesn't have exceptions☆633Updated 5 years ago
- Array of Struct to Struct of Array helpers in Rust☆447Updated 4 months ago
- Slab allocator for Rust☆825Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆629Updated last year
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- A safe and convenient store for one value of each type☆347Updated last year
- Portable Packed SIMD Vectors for Rust standard library☆630Updated last year
- Stackless generators on stable Rust.☆466Updated 3 years ago
- An intrusive flamegraph profiling tool for rust.☆720Updated last year
- A wide linear algebra crate for games and graphics.☆777Updated 2 months ago
- Runtime for executing procedural macros as WebAssembly☆1,413Updated this week
- Data structure serialization library with several opposite design goals from Serde☆878Updated this week
- A fast bump allocation arena for Rust☆1,855Updated 2 months ago
- PEG parser combinators using operator overloading without macros.☆518Updated 7 months ago
- Geometry primitives (basic linear algebra) for Rust☆472Updated 6 months ago
- An experimental serialization system written in Rust☆278Updated 2 years ago
- Generic array types in Rust☆416Updated 5 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated last month
- Experimental one-shot benchmarking/profiling harness for Rust☆623Updated last year
- Just, really the littlest Vec you could need. So smol.☆704Updated last week
- Macros for all your token pasting needs☆1,054Updated 10 months ago
- Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.☆302Updated 11 months ago
- A compiler plugin to insert flame calls☆383Updated 2 years ago
- A port of MUSL's libm to Rust.☆633Updated 4 months ago
- Rust method delegation with less boilerplate☆494Updated last month