bluurryy / bump-scopeLinks
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
☆42Updated 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:
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- A memory efficient syntax tree for language developers☆62Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Concrete Syntax Tree library☆100Updated 2 months ago
- A garbage collection library for Rust with zero unsafe code☆116Updated last year
- Declarative parsing for Rust, using a custom derive and nom☆68Updated 2 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- A fast, concurrent string interner☆153Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆33Updated 11 months ago
- ☆93Updated 11 months ago
- Const TypeId and non-'static TypeId☆67Updated 2 weeks ago
- Exhaustive iteration trait in Rust☆16Updated this week
- Provides TestResult type for concise and precise test failures☆66Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- exhaustive testing library☆65Updated last year
- ☆44Updated 6 months ago
- Macro for sealing traits and structures☆59Updated 9 months ago
- Make any value Sync but only available on its original thread☆39Updated 2 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆65Updated 3 weeks ago
- A primitive for writing structural search and replace programs for rust☆32Updated last week
- Better reference counted strings for Rust☆136Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆84Updated last month
- Zero-cost bitsets over native Rust types☆78Updated 6 months ago
- ☆40Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated last year
- An exploration of Storages☆37Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago