A fast bump allocation arena for Rust
☆2,143Feb 26, 2026Updated 3 weeks ago
Alternatives and similar repositories for bumpalo
Users that are interested in bumpalo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- 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,630Feb 16, 2026Updated last month
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 3 weeks ago
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- A crate for mucking around with piles of bytes☆972Jan 31, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,481Jan 21, 2026Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- Heapless, `static` friendly data structures☆1,928Feb 16, 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
- Zero-copy deserialization framework for Rust☆4,100Feb 28, 2026Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,378Aug 9, 2024Updated last year
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- Compile time static maps for Rust☆2,112Mar 12, 2026Updated last week
- An interpreter for Rust's mid-level intermediate representation☆5,978Updated this week
- ☆498Nov 8, 2025Updated 4 months ago
- Incremental garbage collection from safe Rust☆822Feb 9, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3☆5,840Mar 11, 2026Updated last week
- Blazing fast concurrent HashMap for Rust.☆3,988Mar 5, 2025Updated last year
- Concurrency permutation testing tool for Rust.☆2,648Feb 20, 2026Updated last month
- A binary encoder / decoder implementation in Rust.☆3,074Aug 15, 2025Updated 7 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,787Feb 7, 2026Updated last month
- Tools for concurrent programming in Rust☆8,369Feb 22, 2026Updated last month
- Just, really the littlest Vec you could need. So smol.☆731Mar 14, 2026Updated last week
- A small and fast async runtime for Rust☆4,827Feb 23, 2026Updated last month
- Parser for Rust source code☆3,302Updated this week
- Statistics-driven benchmarking library for Rust☆5,438Nov 29, 2025Updated 3 months ago
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated 2 weeks ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,537Mar 16, 2026Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆818Dec 24, 2025Updated 3 months ago