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
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Rust map and set literals☆24Updated 5 years ago
- Zero-cost bitsets over native Rust types☆78Updated last month
- Unbuffered and unlocked I/O streams☆45Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- ☆56Updated last year
- ☆20Updated 4 years ago
- ☆36Updated 9 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- A Rust library for runtime-checked linearish types☆33Updated last year
- Typed any map for rust☆66Updated 4 months ago
- ☆24Updated 2 years ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- ☆31Updated 5 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- structured parallel execution for async Rust☆33Updated 8 months ago
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆66Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust API stability attributes for the rest of us.☆29Updated 10 months ago
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Abstract over different executors☆73Updated last year
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago