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.☆49Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Abstract over different executors☆73Updated last year
- Rust map and set literals☆24Updated 4 years ago
- ☆24Updated last year
- 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
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated 2 years ago
- ☆55Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆66Updated 2 months ago
- Zero-cost bitsets over native Rust types☆76Updated 2 months ago
- Typed any map for rust☆65Updated 2 months ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 10 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 3 weeks ago
- Extensions for the Rust standard library☆39Updated 11 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated this week
- cross-platform Rust API for memory mapped IO☆41Updated 10 months ago
- Convert closures into wakers☆45Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 months ago
- Asynchronize blocking operation.☆26Updated 2 years ago
- Proc-macro utility to populate enums from database data☆20Updated 7 months ago
- A generic, fixed-size, associative cache☆39Updated 4 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 6 months ago
- Rust API stability attributes for the rest of us.☆29Updated 8 months ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year