A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆687Aug 18, 2023Updated 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☆578Aug 16, 2024Updated last year
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- A simple, id-based arena☆125Jan 14, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆775Feb 23, 2026Updated last week
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated last week
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 4 months ago
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,776Feb 7, 2026Updated 3 weeks ago
- Error management☆1,417May 2, 2020Updated 5 years ago
- Intrusive collections for Rust☆488Jan 5, 2026Updated last month
- Specs - Parallel ECS☆2,601Jun 7, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- SIMD for humans☆1,600Aug 29, 2023Updated 2 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 3 months ago
- Compile time static maps for Rust☆2,107Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- A safe and convenient store for one value of each type☆350Jul 15, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- A binary encoder / decoder implementation in Rust.☆3,075Aug 15, 2025Updated 6 months ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- a smaller, faster and panic-free alternative to core::fmt☆389Feb 14, 2024Updated 2 years ago
- Rust macro to generate self-referential structs☆212May 1, 2021Updated 4 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆538Aug 25, 2021Updated 4 years ago
- Simple tracing (mark and sweep) garbage collector for Rust☆1,060Jan 19, 2026Updated last month