mccolljr / segvec
SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
☆37Updated last year
Alternatives and similar repositories for segvec:
Users that are interested in segvec are comparing it to the libraries listed below
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Zero-cost bitsets over native Rust types☆76Updated 3 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated 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.☆46Updated last year
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Rust map and set literals☆24Updated 5 years ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- ☆55Updated last year
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- ☆24Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Efficient byte-stream pipe buffer☆43Updated 9 months ago
- ☆36Updated 8 months ago
- A memory efficient syntax tree for language developers☆57Updated 3 weeks ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Typed any map for rust☆66Updated 4 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 11 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago