fitzgen / generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆675Updated last year
Related projects ⓘ
Alternatives and complementary repositories for generational-arena
- Slotmap data structure for Rust☆1,163Updated 8 months ago
- A fast bump allocation arena for Rust☆1,440Updated 2 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆702Updated this week
- The arena, a fast but limited type of allocator☆521Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆579Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆708Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,358Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,193Updated 8 months ago
- Data structure serialization library with several opposite design goals from Serde☆810Updated last week
- Slab allocator for Rust☆705Updated 2 months ago
- Macros for all your token pasting needs☆1,026Updated last month
- Typed distributed plugin registration☆997Updated last week
- Array of Struct to Struct of Array helpers in Rust☆417Updated 2 months ago
- A macro to generate structures which behave like bitflags☆966Updated last month
- A vector with a fixed capacity. (Rust)☆747Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,000Updated last week
- An intrusive flamegraph profiling tool for rust.☆706Updated 8 months ago
- A string type for Rust that is not required to be valid UTF-8.☆820Updated last week
- A Rust library for linear color calculations and conversion☆753Updated this week
- A crate for managing memory bit by bit☆1,221Updated 3 months ago
- PEG parser combinators using operator overloading without macros.☆500Updated 8 months ago
- Rust doesn't have exceptions☆630Updated 4 years ago
- A crate for mucking around with piles of bytes☆730Updated this week
- Just, really the littlest Vec you could need. So smol.☆649Updated 3 months ago
- Runtime for executing procedural macros as WebAssembly☆1,282Updated 2 weeks ago
- Fast floating point to string conversion☆608Updated last week
- A port of MUSL's libm to Rust.☆547Updated last week
- A minimal async executor that lets you block on a future☆526Updated 3 weeks ago
- A multiprocess drop-in replacement for Rust channels☆882Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,743Updated last week