fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆683Updated 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,237Updated last year
- The arena, a fast but limited type of allocator☆557Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆764Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆757Updated 2 weeks ago
- Rust doesn't have exceptions☆635Updated 5 years ago
- Array of Struct to Struct of Array helpers in Rust☆454Updated 5 months ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Slab allocator for Rust☆842Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- An intrusive flamegraph profiling tool for rust.☆724Updated last year
- A vector with a fixed capacity. (Rust)☆830Updated 11 months ago
- Runtime for executing procedural macros as WebAssembly☆1,429Updated 2 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆632Updated last year
- A safe and convenient store for one value of each type☆349Updated last year
- Macros for all your token pasting needs☆1,055Updated 11 months ago
- Data structure serialization library with several opposite design goals from Serde☆882Updated this week
- A Rust implementation of the xxHash algorithm.☆408Updated last month
- Compact inlined strings for Rust.☆529Updated 2 years ago
- A modern Rust debugging library 🦀☆891Updated 3 years ago
- Geometry primitives (basic linear algebra) for Rust☆474Updated 7 months ago
- PEG parser combinators using operator overloading without macros.☆519Updated 8 months ago
- A macro to generate structures which behave like bitflags☆1,058Updated last month
- easy simd☆365Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,532Updated last week
- A fast bump allocation arena for Rust☆1,899Updated 3 months ago
- Just, really the littlest Vec you could need. So smol.☆704Updated last month
- Experimental one-shot benchmarking/profiling harness for Rust☆626Updated last year
- A crate for managing memory bit by bit☆1,335Updated last year
- Generic array types in Rust☆418Updated 6 months ago