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☆69Updated 3 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 4 months 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
- 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
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated 3 weeks ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A GPT Implementation in Rust on top of tch-rs 🔥 🦀☆51Updated 4 months ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- Rust library for scheduling, managing resources, and running DAGs 🌙☆34Updated 8 months ago
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆78Updated last month
- An async virtual filesystem interface in Rust☆37Updated 2 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- A buffering MPSC queue.☆82Updated last year
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Conversion to/from binary for arbitrary types. With no_std and no_alloc support.☆27Updated last week
- Rust cli tool for running multiple commands in parallel☆21Updated 11 months ago
- Serde Visitor for deserializing untagged enums☆67Updated 3 weeks ago
- structured parallel execution for async Rust☆36Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆67Updated 2 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Bigtable but smol☆47Updated last week
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 3 weeks ago
- A neural network inference library, written in Rust.☆68Updated last year