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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- A simple, id-based arena☆126Jan 14, 2026Updated 2 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,481Jan 21, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,316Jan 7, 2026Updated 2 months ago
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆779Feb 23, 2026Updated last month
- Assorted immutable collection datatypes for Rust☆1,576Aug 19, 2024Updated last year
- Rust port of Google's SwissTable hash map☆2,889Mar 7, 2026Updated 2 weeks ago
- Error management☆1,417May 2, 2020Updated 5 years ago
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆285Jan 22, 2026Updated 2 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- Specs - Parallel ECS☆2,602Jun 7, 2024Updated last year
- Concurrency permutation testing tool for Rust.☆2,648Feb 20, 2026Updated last month
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- A library for creating references that carry their owner with them.☆387Oct 12, 2023Updated 2 years ago
- SIMD for humans☆1,601Aug 29, 2023Updated 2 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,791Updated this week
- A safe and convenient store for one value of each type☆351Jul 15, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Compile time static maps for Rust☆2,112Mar 12, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 7 months ago
- A vector with a fixed capacity. (Rust)☆857Oct 19, 2024Updated last year
- Intrusive collections for Rust☆491Jan 5, 2026Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- This crate guarantees that your application is free of panicking branches☆179May 23, 2019Updated 6 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated 2 months ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Rust macro to generate self-referential structs☆213May 1, 2021Updated 4 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- 2D graphics rendering on the GPU in rust using path tessellation.☆2,546Updated this week
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- Rust interface to io_uring☆339May 29, 2024Updated last year