A fast bump allocation arena for Rust
☆2,117Feb 26, 2026Updated this week
Alternatives and similar repositories for bumpalo
Users that are interested in bumpalo are comparing it to the libraries listed below
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Rust port of Google's SwissTable hash map☆2,866Feb 22, 2026Updated last week
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- An interpreter for Rust's mid-level intermediate representation☆5,929Feb 24, 2026Updated last week
- Compile time static maps for Rust☆2,107Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A binary encoder / decoder implementation in Rust.☆3,075Aug 15, 2025Updated 6 months ago
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,375Feb 12, 2026Updated 2 weeks ago
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,811Feb 23, 2026Updated last week
- Parser for Rust source code☆3,294Updated this week
- A small and fast async runtime for Rust☆4,788Feb 23, 2026Updated last week
- Blazing fast concurrent HashMap for Rust.☆3,954Mar 5, 2025Updated 11 months ago
- ☆500Nov 8, 2025Updated 3 months ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- Tools for concurrent programming in Rust☆8,346Feb 22, 2026Updated last week
- Statistics-driven benchmarking library for Rust☆5,431Nov 29, 2025Updated 3 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,515Apr 29, 2025Updated 10 months ago
- Incremental garbage collection from safe Rust☆817Feb 9, 2026Updated 3 weeks ago
- A small rust library for adding custom derives to enums☆2,314Updated this week