wonkodv / large-vector
Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.
☆22Updated 11 months ago
Alternatives and similar repositories for large-vector:
Users that are interested in large-vector are comparing it to the libraries listed below
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-di…☆45Updated 2 months ago
- a fast async pool based on channel☆23Updated 3 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated 11 months ago
- Rust cli tool for running multiple commands in parallel☆21Updated 3 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 4 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 6 months ago
- High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.☆27Updated 7 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆32Updated last year
- [moved!] Include mdbooks at compile time in your Rust project☆24Updated 2 weeks ago
- `smol` integrations with `hyper`