fitzgen / generational-arenaLinks
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
☆680Updated 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,202Updated last year
- The arena, a fast but limited type of allocator☆541Updated 9 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆747Updated 3 weeks ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- An intrusive flamegraph profiling tool for rust.☆716Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,387Updated 2 weeks ago
- Stackless generators on stable Rust.☆461Updated 2 years ago
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- Slab allocator for Rust☆789Updated 2 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆618Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆860Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- Array of Struct to Struct of Array helpers in Rust☆443Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆938Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,229Updated last year
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- A safe and convenient store for one value of each type☆344Updated 10 months ago
- The Wasm-Enabled, Elfin Allocator☆694Updated 2 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆737Updated 2 months ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- A minimal async executor that lets you block on a future☆587Updated last week
- Compile-time reference counting☆448Updated 2 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆623Updated last year
- Fowler–Noll–Vo hash function☆345Updated last year
- An implementation of Joshua Yanovski's Ghost Cell paper.☆468Updated last year
- Rust method delegation with less boilerplate☆487Updated last month
- Typed distributed plugin registration☆1,115Updated 3 months ago