wonkodv / large-vectorLinks
Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.
☆22Updated last year
Alternatives and similar repositories for large-vector
Users that are interested in large-vector are comparing it to the libraries listed below
Sorting:
- Rust library for scheduling, managing resources, and running DAGs 🌙☆37Updated 11 months ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆89Updated 6 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- Rust cli tool for running multiple commands in parallel☆21Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Easy access to individual bits of integers.☆51Updated 2 years ago
- A collection of boosting algorithms written in Rust 🦀☆57Updated 8 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆46Updated last month
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- ☆34Updated 11 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆41Updated 7 months ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆79Updated 4 months ago
- Send files between machines - no installation required!☆89Updated 5 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.