fitzgen / bumpaloLinks
A fast bump allocation arena for Rust
☆2,079Updated 2 weeks ago
Alternatives and similar repositories for bumpalo
Users that are interested in bumpalo are comparing it to the libraries listed below
Sorting:
- A crate for managing memory bit by bit☆1,367Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,609Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,286Updated 3 weeks ago
- Compile time static maps for Rust☆2,089Updated 3 months ago
- Defines the Rust borrow checker.☆1,574Updated 7 months ago
- Slotmap data structure for Rust☆1,281Updated last month
- Concurrency permutation testing tool for Rust.☆2,582Updated 2 weeks ago
- Cranelift based backend for rustc☆1,975Updated this week
- Rust persistent data structures☆1,660Updated 2 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,269Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,833Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,856Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,263Updated last month
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,304Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,181Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,359Updated 4 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,861Updated last month
- Rust cache structures and easy function memoization☆1,955Updated last month
- Rust quasi-quoting☆1,519Updated last week
- Some more derive(Trait) options☆2,064Updated this week
- Typed distributed plugin registration☆1,250Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,055Updated 8 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,702Updated 2 weeks ago
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,348Updated last week
- Macros for all your token pasting needs☆1,074Updated last year
- The testing ground for the future of portable SIMD in Rust☆1,033Updated this week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,742Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,467Updated last week
- Slab allocator for Rust