wonkodv / large-vector
Rust Vector for large amounts of data, that does not copy when growing, by using full `mmap`'d pages.
☆22Updated 10 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 last month
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated 10 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 months ago
- 8-bit floating point types for Rust☆41Updated last week
- ☆57Updated last month
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last month
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- A canvas on which you can draw anything with ease before drawing the pixels on your small hardware display.☆19Updated 2 months ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆55Updated last year
- A collection of boosting algorithms written in Rust 🦀☆50Updated this week
- Simple bitset with small-set (single-word) optimization☆19Updated 7 months ago
- An alternative `std`-like implementation built on origin☆25Updated 2 weeks ago
- Experimenting with Rust's fundamental data model☆50Updated 3 months ago
- A distributed sliding window rate limiter built with Tokio/Tower☆26Updated 2 weeks ago
- Zero-cost type for stack without complicated type or Box☆45Updated this week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Simple async codec for rkyv. Reuses streaming buffer for maximum speed!☆31Updated last year
- Async, lock-free synchronization primitives for task wakeup☆42Updated 4 months ago
- A tool for generating geometric figures based on definitions and rules.☆20Updated last month
- A faster Arc.☆54Updated 11 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- State machine pattern for Rust☆30Updated 2 months ago
- A rust library for converting between UTF-8, UTF-16 and UTF-32 characters.☆12Updated 6 months ago
- Reports when tokio runtime threads are blocking☆64Updated 4 months ago
- Helps you frob those bits☆35Updated 5 months ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆57Updated this week
- Asynchronous signal handling☆15Updated 2 months ago