fitzgen / generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆679Updated last year
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,197Updated last year
- The arena, a fast but limited type of allocator☆541Updated 8 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆742Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 months ago
- Runtime for executing procedural macros as WebAssembly☆1,375Updated 2 months ago
- A fast bump allocation arena for Rust☆1,703Updated last month
- An intrusive flamegraph profiling tool for rust.☆715Updated last year
- Rust doesn't have exceptions☆632Updated 4 years ago
- Stackless generators on stable Rust.☆462Updated 2 years ago
- A safe and convenient store for one value of each type☆344Updated 9 months ago
- A vector with a fixed capacity. (Rust)☆813Updated 6 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,225Updated last year
- A macro to generate structures which behave like bitflags☆1,011Updated 2 months ago
- Data structure serialization library with several opposite design goals from Serde☆854Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆616Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,127Updated 2 months ago
- PEG parser combinators using operator overloading without macros.☆511Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,460Updated 2 weeks ago
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- Just, really the littlest Vec you could need. So smol.☆682Updated 2 months ago
- Slab allocator for Rust☆779Updated 2 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆620Updated last year
- A crate for managing memory bit by bit☆1,293Updated 9 months ago
- A wide linear algebra crate for games and graphics.☆762Updated 2 weeks ago
- Typed distributed plugin registration☆1,105Updated 2 months ago
- Fast floating point to string conversion☆633Updated 2 months ago
- A parser combinator library for Rust☆1,321Updated 3 months ago
- A multiprocess drop-in replacement for Rust channels☆957Updated last week
- cross-platform Rust API for memory mapped IO☆564Updated 3 years ago
- Geometry primitives (basic linear algebra) for Rust☆469Updated 2 months ago