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:
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-di…☆46Updated 4 months ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆57Updated 3 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Rust library for scheduling, managing resources, and running DAGs 🌙☆33Updated 6 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 9 months ago
- An async virtual filesystem interface in Rust☆37Updated last year
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆77Updated last month
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆42Updated 3 weeks ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Rust wrappers for NGT approximate nearest neighbor search☆38Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- 🧮 alphatensor matrix breakthrough algorithms + simd + rust.☆61Updated 2 years ago
- Rust cli tool for running multiple commands in parallel☆21Updated 9 months ago
- A faster Arc.☆73Updated last year
- A collection of boosting algorithms written in Rust 🦀☆57Updated 2 months ago
- Take a value atomically once.☆30Updated 2 years ago
- Human-friendly indexed collections☆53Updated 2 months ago
- ☆35Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- Memory validation framework for Rust☆69Updated 5 months ago
- A neural network inference library, written in Rust.☆63Updated last year
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago