mccolljr / segvec
SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
☆35Updated 10 months ago
Related projects ⓘ
Alternatives and complementary repositories for segvec
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- ☆21Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated 11 months ago
- ☆55Updated last year
- ☆21Updated 4 years ago
- ☆31Updated 4 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 11 months ago
- Extensions for the Rust standard library☆38Updated 7 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Rust map and set literals☆23Updated 4 years ago
- Wrapper around Rc safe to send to a different thread☆23Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Efficient byte-stream pipe buffer☆40Updated 4 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆64Updated last year
- Asynchronize blocking operation.☆26Updated 2 years ago
- Sort Unicode strings lexicographically☆35Updated 3 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 6 months ago
- ☆35Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- ☆29Updated 6 months ago
- Types to define keyboard related events.☆53Updated 9 months ago
- Rust API stability attributes for the rest of us.☆30Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- ☆37Updated last year