Alonely0 / LarivLinks
Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.
☆58Updated last year
Alternatives and similar repositories for Lariv
Users that are interested in Lariv are comparing it to the libraries listed below
Sorting:
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- An async version of iterator☆40Updated last year
- Zero-cost bitsets over native Rust types☆78Updated 4 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 9 months ago
- Lending iterators on stable Rust☆83Updated last year
- A concise, self-describing binary format written in Rust for Serde☆66Updated 11 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- futures-buffered☆45Updated last week
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 11 months ago
- A low-level I/O ownership and borrowing library☆103Updated 7 months ago
- Typed any map for rust☆67Updated 7 months ago
- An async virtual filesystem interface in Rust☆37Updated last year
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆50Updated 8 months ago
- Collection of utilities for writing your own dev scripts☆63Updated 2 years ago
- Count directory entries—`ls | wc -l` but faster☆28Updated 6 months ago
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆60Updated last week
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- An efficient JSON Value parser☆77Updated last year
- `smol` integrations with `hyper`☆16Updated this week
- Serde Visitor for deserializing untagged enums☆64Updated 3 weeks ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Rate-limit middleware for reqwest.☆17Updated 3 weeks ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 10 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.