zakarumych / blink-alloc
Fast, concurrent, arena-based allocator with drop support
☆124Updated 10 months ago
Alternatives and similar repositories for blink-alloc:
Users that are interested in blink-alloc are comparing it to the libraries listed below
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- 🐏 rpmalloc global memory allocator for Rust 🦀☆138Updated 9 months ago
- A crate to help you copy things into raw buffers without invoking spooky action at a distance (undefined behavior).☆157Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Faster integer division and modulus operations☆70Updated 2 years ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆81Updated 3 months ago
- A fast and flexible LRU map.☆173Updated 3 weeks ago
- A concurrent, append-only vector.☆141Updated last month
- Const TypeId and non-'static TypeId☆58Updated last week
- Better reference counted strings for Rust☆117Updated 6 months ago
- Rust String Libraries by mcyoung☆157Updated this week
- Tracy client libraries for Rust☆191Updated last month
- An updated version of linked-hash-map and friends