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☆93Updated 6 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Rust library for scheduling, managing resources, and running DAGs 🌙☆38Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 2 weeks ago
- Zero-cost type for stack without complicated type or Box☆45Updated 8 months ago
- Rust cli tool for running multiple commands in parallel☆21Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆36Updated 2 years ago
- An async virtual filesystem interface in Rust☆37Updated 2 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated last week
- Your AI Copilot in Rust☆49Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- A buffering MPSC queue.☆87Updated 2 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated last month
- Cross-platform, endian-aware primitives for Rust☆49Updated 2 weeks ago
- ☆34Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 4 months ago
- A faster Arc.☆80Updated 2 years ago
- A Rust Vector which swaps to disk based on given parameters☆45Updated 2 years ago
- Byte-wise atomic memcpy.☆43Updated this week
- A simple in-memory search for collections and key-value stores.☆81Updated last month
- Rust `Vec` that can store unsized values☆21Updated 4 months ago
- Provides branch hinting and control functions for stable Rust☆36Updated last month
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆62Updated 6 months ago
- Take a value atomically once.☆30Updated 3 years ago
- A GPT Implementation in Rust on top of tch-rs 🔥 🦀☆52Updated 8 months ago