fitzgen / generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆677Updated 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,194Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆735Updated last month
- A fast bump allocation arena for Rust☆1,630Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,431Updated last week
- A vector with a fixed capacity. (Rust)☆804Updated 5 months ago
- The arena, a fast but limited type of allocator☆534Updated 7 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆732Updated 3 weeks ago
- Compile time static maps for Rust☆1,908Updated 2 months ago
- Array of Struct to Struct of Array helpers in Rust☆430Updated 2 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆849Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,219Updated last year
- Macros for all your token pasting needs☆1,041Updated 5 months ago
- Slab allocator for Rust☆752Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,370Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆609Updated last year
- Rust doesn't have exceptions☆630Updated 4 years ago
- Just, really the littlest Vec you could need. So smol.☆678Updated last month
- Stackless generators on stable Rust.☆458Updated 2 years ago
- A crate for managing memory bit by bit☆1,276Updated 7 months ago
- A multiprocess drop-in replacement for Rust channels☆938Updated 3 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆615Updated 10 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆781Updated last month
- Rust method delegation with less boilerplate☆466Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,068Updated 3 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆602Updated 7 months ago
- An intrusive flamegraph profiling tool for rust.☆714Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,951Updated 2 weeks ago
- Compact inlined strings for Rust.☆522Updated last year
- Typed distributed plugin registration☆1,089Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆903Updated 3 months ago