bluurryy / bump-scope
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
☆26Updated 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
- ☆35Updated 7 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Make any value Sync but only available on its original thread☆39Updated last week
- 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
- An exploration of Storages☆36Updated last year
- Exhaustive iteration trait in Rust☆14Updated this week
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Multi backend HashMap for higher performance on different key space sizes☆26Updated 2 months ago
- A radioactive stabilization of the ptr_meta RFC.☆24Updated 2 months ago
- A memory efficient syntax tree for language developers☆55Updated last month
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Types to define keyboard related events.☆56Updated this week
- A Rust library for runtime-checked linearish types☆32Updated last year
- ☆36Updated last year
- Compact sets in rust☆54Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- Extract bits from a byte slice☆73Updated 2 weeks ago
- Safe generators on stable Rust.☆40Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆37Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- A single-threaded executor for deferred async code for games.☆56Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 4 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated last month
- a reference-counting cycle collection library in rust☆78Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆36Updated 4 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- ☆31Updated 5 years ago
- rust hints to the optimizer☆19Updated 3 years ago
- Efficient byte-stream pipe buffer☆42Updated 8 months ago