fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆684Updated 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,255Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆768Updated 3 months ago
- The arena, a fast but limited type of allocator☆567Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆762Updated this week
- Array of Struct to Struct of Array helpers in Rust☆467Updated 7 months ago
- A safe and convenient store for one value of each type☆349Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆638Updated 2 years ago
- An intrusive flamegraph profiling tool for rust.☆725Updated last year
- Stackless generators on stable Rust.☆473Updated 3 years ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,251Updated last year
- Slab allocator for Rust☆850Updated 2 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆634Updated last year
- A vector with a fixed capacity. (Rust)☆833Updated last year
- Rust doesn't have exceptions☆636Updated 5 years ago
- Data structure serialization library with several opposite design goals from Serde☆901Updated last month
- Compact inlined strings for Rust.☆535Updated 2 years ago
- Geometry primitives (basic linear algebra) for Rust☆476Updated 9 months ago
- Runtime for executing procedural macros as WebAssembly☆1,441Updated last month
- A fast bump allocation arena for Rust☆1,963Updated last month
- PEG parser combinators using operator overloading without macros.☆521Updated 9 months ago
- A crate for managing memory bit by bit☆1,357Updated last year
- A compiler plugin to insert flame calls☆387Updated 2 years ago
- Experimental one-shot benchmarking/profiling harness for Rust☆637Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,561Updated last week
- A modern Rust debugging library 🦀☆892Updated 3 years ago
- Macros for all your token pasting needs☆1,064Updated last year
- A Rust implementation of the xxHash algorithm.☆415Updated 2 months ago
- A minimal async executor that lets you block on a future☆631Updated this week
- A macro to generate structures which behave like bitflags☆1,075Updated last month
- Compile-time reference counting☆456Updated 6 months ago