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
- 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
- Helps you frob those bits☆36Updated 7 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Abstract over different executors☆73Updated last year
- Rust map and set literals☆24Updated 4 years ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated 5 months ago
- Zero-cost bitsets over native Rust types☆76Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 10 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A generic, fixed-size, associative cache☆40Updated 4 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- Asynchronize blocking operation.☆26Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆55Updated last year
- Extensions for the Rust standard library☆39Updated 11 months ago
- Typed any map for rust☆65Updated 3 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 4 months ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- ☆36Updated 7 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Types to define keyboard related events.☆56Updated 2 weeks ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 6 months ago