mccolljr / segvecLinks
SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
☆39Updated last year
Alternatives and similar repositories for segvec
Users that are interested in segvec are comparing it to the libraries listed below
Sorting:
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Trait aliases on stable Rust☆59Updated last month
- ☆56Updated 2 years ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- ☆36Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Extension of nom to trace parser☆50Updated 10 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- ☆24Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Proc macro for smol async runtime☆54Updated 5 years ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 2 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A generic, fixed-size, associative cache☆40Updated last year
- Zero-cost bitsets over native Rust types☆79Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- ☆61Updated 2 years ago
- Rust macro to make recursive function run on the heap (i.e. no stack overflow).☆24Updated 6 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated last year
- Abstract over different executors☆74Updated 2 years ago