fitzgen / generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆674Updated last year
Alternatives and similar repositories for generational-arena:
Users that are interested in generational-arena are comparing it to the libraries listed below
- Slotmap data structure for Rust☆1,173Updated 10 months ago
- A fast bump allocation arena for Rust☆1,521Updated this week
- Array of Struct to Struct of Array helpers in Rust☆428Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆527Updated 5 months ago
- A crate for managing memory bit by bit☆1,257Updated 5 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,391Updated 2 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆824Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,321Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆597Updated last year
- A vector with a fixed capacity. (Rust)☆778Updated 3 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆721Updated last week
- Rust doesn't have exceptions☆631Updated 4 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆724Updated this week
- Portable Packed SIMD Vectors for Rust standard library☆608Updated 8 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,208Updated 11 months ago
- An intrusive flamegraph profiling tool for rust.☆711Updated 11 months ago
- A macro to generate structures which behave like bitflags☆983Updated 2 weeks ago
- A crate for mucking around with piles of bytes☆771Updated 2 weeks ago
- A safe and convenient store for one value of each type☆336Updated 6 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,052Updated last week
- A minimal async executor that lets you block on a future☆550Updated 3 months ago
- Slab allocator for Rust☆729Updated last month
- Typed distributed plugin registration☆1,050Updated this week
- A wide linear algebra crate for games and graphics.☆752Updated 9 months ago
- Macros for all your token pasting needs☆1,036Updated 3 months ago
- Compile time static maps for Rust☆1,877Updated 3 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆601Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,849Updated last week
- Stackless generators on stable Rust.☆448Updated 2 years ago
- A port of MUSL's libm to Rust.☆595Updated this week