mccolljr / segvecLinks
SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
☆39Updated 2 years ago
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
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Proc macro for smol async runtime☆54Updated 5 years ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Trait aliases on stable Rust☆59Updated 2 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- ☆58Updated 2 years ago
- Helps you frob those bits☆42Updated last year
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- ☆61Updated 2 years ago
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Unbuffered and unlocked I/O streams☆45Updated 11 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 2 months ago
- A Rust library for generically joining iterables with a separator☆94Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆54Updated 4 months ago
- Typed any map for rust☆67Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆71Updated last month
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 4 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- A generic, fixed-size, associative cache☆40Updated last year
- Extensions for the Rust standard library