bluurryy / bump-scope
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
☆27Updated this week
Alternatives and similar repositories for bump-scope:
Users that are interested in bump-scope are comparing it to the libraries listed below
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Obsessively tiny error derive macro☆86Updated 2 months ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Exhaustive iteration trait in Rust☆14Updated 3 weeks ago
- horrible serde macro stuff☆38Updated last year
- A Rust library for runtime-checked linearish types☆32Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- A memory efficient syntax tree for language developers☆57Updated 2 weeks ago
- Choose Rust types at compile-time via constants☆64Updated last year
- Zero-cost bitsets over native Rust types☆76Updated 2 weeks ago
- Zig comptime using Rust proc macros☆42Updated 10 months ago
- exhaustive testing library☆63Updated 8 months ago
- Make any value Sync but only available on its original thread☆39Updated last month
- ☆18Updated 3 years ago
- ☆34Updated 2 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- ☆53Updated last month
- Use winit like the async runtime you've always wanted☆50Updated 10 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- A radioactive stabilization of the ptr_meta RFC.☆26Updated 3 months ago
- 📐 A collection of distance metrics on strings☆33Updated 10 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- String optimized for map keys☆62Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- Extract bits from a byte slice☆73Updated last month
- ☆24Updated 2 years ago