fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆684Updated 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,245Updated last year
- The arena, a fast but limited type of allocator☆562Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆765Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆760Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆634Updated last year
- Array of Struct to Struct of Array helpers in Rust☆464Updated 6 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,245Updated last year
- An intrusive flamegraph profiling tool for rust.☆723Updated last year
- Rust doesn't have exceptions☆635Updated 5 years ago
- PEG parser combinators using operator overloading without macros.☆521Updated 9 months ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- A safe and convenient store for one value of each type☆349Updated last year
- Slab allocator for Rust☆847Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆830Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,438Updated last week
- Portable Packed SIMD Vectors for Rust standard library☆632Updated last year
- A fast bump allocation arena for Rust☆1,930Updated last week
- Macros for all your token pasting needs☆1,058Updated last year
- The Wasm-Enabled, Elfin Allocator☆709Updated 2 years ago
- Data structure serialization library with several opposite design goals from Serde☆894Updated 2 weeks ago
- Geometry primitives (basic linear algebra) for Rust☆475Updated 8 months ago
- Online introspection for Rust☆417Updated 3 years ago
- A port of MUSL's libm to Rust.☆631Updated 6 months ago
- Compact inlined strings for Rust.☆533Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,546Updated last month
- A Rust implementation of the xxHash algorithm.☆411Updated last month
- cross-platform Rust API for memory mapped IO☆565Updated 3 years ago
- Experimental one-shot benchmarking/profiling harness for Rust☆633Updated last year
- A modern Rust debugging library 🦀☆890Updated 3 years ago
- A macro to generate structures which behave like bitflags☆1,064Updated 2 weeks ago