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:
- SIMD-optimized B+ Tree implementation that uses integer keys☆68Updated 2 months ago
- Rust library for scheduling, managing resources, and running DAGs 🌙☆34Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 3 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated this week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆38Updated last year
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago
- Rust cli tool for running multiple commands in parallel☆21Updated 11 months ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- A collection of boosting algorithms written in Rust 🦀☆57Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Human-friendly indexed collections☆54Updated this week
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆32Updated 2 months ago
- A simple way to implement Rayon's ParallelIterator☆18Updated 3 years ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Rust wrappers for NGT approximate nearest neighbor search☆38Updated last year
- Bigtable but smol☆47Updated this week
- Wordle in Rust☆42Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- Game Developer's Toolkit for CPU Management☆99Updated 3 months ago
- Scalable and lock-free memory reclamation system☆35Updated this week
- A radioactive stabilization of the ptr_meta RFC.☆31Updated 4 months ago
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆40Updated 3 months ago
- A buffering MPSC queue.☆80Updated last year