bluurryy / bump-scope
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
☆27Updated 2 weeks ago
Alternatives and similar repositories for bump-scope:
Users that are interested in bump-scope are comparing it to the libraries listed below
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- 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
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- ☆36Updated 8 months ago
- A Rust library for runtime-checked linearish types☆33Updated last year
- An exploration of Storages☆35Updated last year
- Exhaustive iteration trait in Rust☆15Updated this week
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆38Updated 4 months ago
- A memory efficient syntax tree for language developers☆57Updated last month
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- ☆34Updated 3 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆27Updated this week
- A single-threaded executor for deferred async code for games.☆56Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- exhaustive testing library☆63Updated 9 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Zero-cost bitsets over native Rust types☆76Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆97Updated 4 months ago
- A radioactive stabilization of the ptr_meta RFC.☆26Updated last week
- ☆24Updated 2 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- A generic, fixed-size, associative cache☆40Updated 5 months ago
- ☆31Updated 5 years ago
- ☆34Updated 3 months ago
- Serde-based replacement for #[derive(Debug)]☆67Updated 7 months ago
- String optimized for map keys☆62Updated last week
- Make any value Sync but only available on its original thread☆39Updated 2 months ago