wonkodv / large-vector
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
- Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-di…☆45Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 3 weeks ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- Rust cli tool for running multiple commands in parallel☆21Updated 6 months ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Hash trait that is object-safe☆32Updated last month
- A collection of boosting algorithms written in Rust 🦀☆53Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Wait for a collection of async tasks to finish.☆34Updated 8 months ago
- Efficient byte-stream pipe buffer☆43Updated 9 months ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- Simple bitset with small-set (single-word) optimization☆19Updated 10 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- Syslog client written in Rust☆16Updated last month
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Asynchronous signal handling☆16Updated 2 weeks ago
- Library for fast division and modulo operations by a fixed divisor☆13Updated last year
- Motion is a bare metal physics engine☆32Updated 5 months ago
- Value log implementation for key-value separated storage in safe Rust☆34Updated last week
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆53Updated 3 weeks ago
- A math library specialized for 2d screen graphics.☆11Updated last month
- A small markdown TUI note keeper☆14Updated 2 weeks ago
- ☆34Updated 3 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 2 weeks ago
- Rust library for scheduling, managing resources, and running DAGs 🌙☆30Updated 2 months ago
- Reports when tokio runtime threads are blocking☆64Updated 7 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆61Updated this week