fitzgen / bumpaloLinks
A fast bump allocation arena for Rust
☆1,855Updated last month
Alternatives and similar repositories for bumpalo
Users that are interested in bumpalo are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,138Updated last month
- A crate for managing memory bit by bit☆1,319Updated last year
- Slotmap data structure for Rust☆1,222Updated last year
- Compile time static maps for Rust☆1,977Updated last month
- Concurrency permutation testing tool for Rust.☆2,441Updated last week
- Defines the Rust borrow checker.☆1,486Updated 2 months ago
- Cranelift based backend for rustc☆1,851Updated last week
- Rust persistent data structures☆1,529Updated 4 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,729Updated this week
- Macros for all your token pasting needs☆1,054Updated 10 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,221Updated 2 months ago
- Rust port of Google's SwissTable hash map☆2,721Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,140Updated 5 months ago
- Some more derive(Trait) options☆1,972Updated last week
- Optimized string search routines for Rust.☆1,181Updated 2 months ago
- Typed distributed plugin registration☆1,156Updated last week
- Rust quasi-quoting☆1,444Updated last week
- Slab allocator for Rust☆821Updated 2 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,056Updated last week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,622Updated 2 weeks ago
- Rust port of simdjson☆1,294Updated 3 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,408Updated this week
- Heap profiling and ad hoc profiling for Rust programs.☆871Updated 6 months ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,510Updated this week
- Support atomic operations on Arc itself☆1,072Updated 2 weeks ago
- The testing ground for the future of portable SIMD in Rust☆991Updated 2 weeks ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.