bluurryy / bump-scopeLinks
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
☆34Updated last week
Alternatives and similar repositories for bump-scope
Users that are interested in bump-scope are comparing it to the libraries listed below
Sorting:
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- A memory efficient syntax tree for language developers☆62Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 6 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Easy-to-use optional function arguments for Rust☆47Updated last year
- Imitate the documentation build that docs.rs would do☆52Updated 5 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Obsessively tiny error derive macro☆86Updated 5 months ago
- in place binary patching for runtime rust hotreloading☆69Updated 2 months ago
- An exploration of Storages☆37Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 10 months ago
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- Exhaustive iteration trait in Rust☆16Updated last week
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago
- exhaustive testing library☆64Updated 11 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Cargo API written in Paris☆50Updated 2 weeks ago
- ☆53Updated 4 months ago
- Concrete Syntax Tree library☆96Updated 3 months ago
- The never type (the true one!) in stable Rust.☆40Updated last week
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Provides TestResult type for concise and precise test failures☆66Updated 11 months ago
- Rust crate for writing repetitive code easier and faster.☆43Updated 2 years ago
- Zig comptime using Rust proc macros☆50Updated last year
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆32Updated 3 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago