The arena, a fast but limited type of allocator
☆578Aug 16, 2024Updated last year
Alternatives and similar repositories for rust-typed-arena
Users that are interested in rust-typed-arena are comparing it to the libraries listed below
Sorting:
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- A simple, id-based arena☆125Jan 14, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Compile time static maps for Rust☆2,107Updated this week
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- A crate for safe and ergonomic pin-projection.☆704Feb 27, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- Some more derive(Trait) options☆2,078Feb 4, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Statistics-driven benchmarking library for Rust☆5,431Nov 29, 2025Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,776Feb 7, 2026Updated 3 weeks ago
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated last month
- cross-platform Rust API for memory mapped IO☆571Feb 13, 2022Updated 4 years ago
- A Rust proc-macro attribute parser☆1,238Jan 15, 2026Updated last month
- Allocators in Rust☆317Apr 4, 2020Updated 5 years ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Simple tracing (mark and sweep) garbage collector for Rust☆1,060Jan 19, 2026Updated last month
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- A macro to generate structures which behave like bitflags☆1,112Feb 13, 2026Updated 3 weeks ago
- Tools for concurrent programming in Rust☆8,346Feb 22, 2026Updated last week
- A parser combinator library for Rust☆1,355Feb 3, 2026Updated last month
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Assorted immutable collection datatypes for Rust☆1,575Aug 19, 2024Updated last year
- Heapless, `static` friendly data structures☆1,925Feb 16, 2026Updated 2 weeks ago
- Command line helpers for fuzzing☆1,762Feb 10, 2026Updated 3 weeks ago
- Spin-based synchronization primitives☆586Feb 5, 2026Updated last month
- A library for to allow multiple return types by automatically generated enum.☆375Feb 27, 2026Updated last week