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,233Updated last year
- The arena, a fast but limited type of allocator☆553Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆762Updated last month
- Array of Struct to Struct of Array helpers in Rust☆450Updated 5 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆759Updated 3 weeks ago
- An intrusive flamegraph profiling tool for rust.☆722Updated last year
- Rust doesn't have exceptions☆634Updated 5 years ago
- PEG parser combinators using operator overloading without macros.☆519Updated 7 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Slab allocator for Rust☆839Updated last month
- Geometry primitives (basic linear algebra) for Rust☆473Updated 6 months ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- A safe and convenient store for one value of each type☆347Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,428Updated 3 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆629Updated last year
- A wide linear algebra crate for games and graphics.☆777Updated 3 months ago
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- Data structure serialization library with several opposite design goals from Serde☆878Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated 2 months ago
- Fast floating point to string conversion☆650Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,326Updated last year
- Just, really the littlest Vec you could need. So smol.☆705Updated 3 weeks ago
- Compact inlined strings for Rust.☆530Updated last year
- Experimental one-shot benchmarking/profiling harness for Rust☆626Updated last year
- Compile-time reference counting☆457Updated 3 months ago
- A port of MUSL's libm to Rust.☆633Updated 4 months ago
- Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.☆303Updated 11 months ago
- A modern Rust debugging library 🦀☆892Updated 3 years ago