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,285Updated 2 months ago
- The arena, a fast but limited type of allocator☆576Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆772Updated 6 months ago
- Array of Struct to Struct of Array helpers in Rust☆479Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆768Updated last month
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Ensure correct assumptions about constants, types, and more in Rust