thomcc / rust-typed-arenaView external linksLinks
The arena, a fast but limited type of allocator
☆576Aug 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.☆686Aug 18, 2023Updated 2 years ago
- A fast bump allocation arena for Rust☆2,096Jan 12, 2026Updated last month
- A simple, id-based arena☆125Jan 14, 2026Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- Slotmap data structure for Rust☆1,285Dec 6, 2025Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,608Feb 3, 2026Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆273Jan 23, 2026Updated 3 weeks ago
- Compile time static maps for Rust☆2,100Feb 4, 2026Updated last week
- Slab allocator for Rust☆875Jan 31, 2026Updated last week
- Rust port of Google's SwissTable hash map☆2,864Feb 5, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,267Dec 29, 2025Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,057May 24, 2025Updated 8 months ago
- A crate for safe and ergonomic pin-projection.☆702Updated this week
- Some more derive(Trait) options☆2,068Feb 4, 2026Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,469Jan 21, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,030Oct 26, 2025Updated 3 months ago
- A library for creating references that carry their owner with them.☆384Oct 12, 2023Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- Statistics-driven benchmarking library for Rust☆5,416Nov 29, 2025Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆279Jan 22, 2026Updated 3 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,759Updated this week
- Manual segmented stacks for Rust☆334Feb 7, 2026Updated last week
- cross-platform Rust API for memory mapped IO☆569Feb 13, 2022Updated 4 years ago
- A Rust proc-macro attribute parser☆1,230Jan 15, 2026Updated 3 weeks ago
- Allocators in Rust☆318Apr 4, 2020Updated 5 years ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Zero-copy deserialization framework for Rust☆4,014Updated this week
- Concurrency permutation testing tool for Rust.☆2,600Jan 12, 2026Updated last month
- Simple tracing (mark and sweep) garbage collector for Rust☆1,058Jan 19, 2026Updated 3 weeks ago
- Tools for concurrent programming in Rust☆8,293Jan 23, 2026Updated 3 weeks ago
- A parser combinator library for Rust☆1,354Feb 3, 2026Updated last week
- Assorted immutable collection datatypes for Rust☆1,570Aug 19, 2024Updated last year
- Macros for all your token pasting needs☆1,077Oct 6, 2024Updated last year
- Heapless, `static` friendly data structures☆1,915Jan 22, 2026Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,101Dec 9, 2025Updated 2 months ago
- Command line helpers for fuzzing☆1,754Jan 27, 2026Updated 2 weeks ago
- Spin-based synchronization primitives☆578Feb 5, 2026Updated last week
- Rust's standard library vendor-specific APIs and run-time feature detection☆655Feb 5, 2026Updated last week