fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆681Updated 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,207Updated last year
- The arena, a fast but limited type of allocator☆542Updated 10 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆753Updated last month
- Data structure serialization library with several opposite design goals from Serde☆868Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,782Updated 2 weeks ago
- Array of Struct to Struct of Array helpers in Rust☆444Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆619Updated last year
- An intrusive flamegraph profiling tool for rust.☆715Updated last year
- Rust doesn't have exceptions☆634Updated 4 years ago
- A vector with a fixed capacity. (Rust)☆821Updated 8 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,484Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆749Updated last month
- Stackless generators on stable Rust.☆464Updated 3 years ago
- Macros for all your token pasting needs☆1,051Updated 8 months ago
- Slab allocator for Rust☆793Updated last week
- A crate for mucking around with piles of bytes☆862Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,389Updated last month
- Fast floating point to string conversion☆641Updated last month
- A crate for managing memory bit by bit☆1,312Updated 10 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆469Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,230Updated last year
- Serialization library with zero dependencies☆800Updated 3 weeks ago
- Safe cross-platform linker shenanigans☆747Updated 2 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆613Updated 10 months ago
- Just, really the littlest Vec you could need. So smol.☆696Updated 3 months ago
- Efficient, lock-free, bounded Rust broadcast channel☆816Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆949Updated 2 months ago
- Compact inlined strings for Rust.☆523Updated last year
- A safe and convenient store for one value of each type☆344Updated 11 months ago
- Rust method delegation with less boilerplate☆487Updated 2 months ago