thomcc / rust-typed-arena
The arena, a fast but limited type of allocator
☆529Updated 6 months ago
Alternatives and similar repositories for rust-typed-arena:
Users that are interested in rust-typed-arena are comparing it to the libraries listed below
- Generic array types in Rust☆407Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆603Updated last year
- A vector with a fixed capacity. (Rust)☆791Updated 4 months ago
- Slab allocator for Rust☆741Updated last week
- Stackless generators on stable Rust.☆450Updated 2 years ago
- Intrusive collections for Rust☆436Updated 5 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆727Updated this week
- Fast floating point to string conversion☆622Updated this week
- Module initialization/global constructor functions for Rust☆798Updated this week
- Fowler–Noll–Vo hash function☆343Updated 11 months ago
- Compile time numbers in Rust.☆531Updated this week
- Rust method delegation with less boilerplate☆455Updated last week
- Experimental one-shot benchmarking/profiling harness for Rust☆602Updated 6 months ago
- Easy self-referential struct generation for Rust.☆571Updated last month
- A library for creating references that carry their owner with them.☆365Updated last year
- Slotmap data structure for Rust☆1,180Updated 11 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆457Updated last year
- A Rust implementation of the xxHash algorithm.☆386Updated 2 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆674Updated last year
- cross-platform Rust API for memory mapped IO☆557Updated 3 years ago
- A set of alternative `derive` attributes for Rust☆430Updated 8 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆731Updated last week
- Faster, more compact implementation of std::Cow☆342Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆507Updated this week
- Test harness for ui tests of compiler diagnostics