nical / shared_vectorLinks
Efficient reference counted vector data structure is Rust
☆18Updated 2 years ago
Alternatives and similar repositories for shared_vector
Users that are interested in shared_vector are comparing it to the libraries listed below
Sorting:
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- An ordered multimap.☆21Updated 11 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆97Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Typed any map for rust☆67Updated 11 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 8 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 5 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year
- `smol` integrations with `hyper`☆17Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Byte-wise atomic memcpy.☆38Updated last month
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆43Updated 3 weeks ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- Asynchronous DNS lookups☆67Updated last year
- An async version of iterator☆40Updated last year
- Wrapper around Rc safe to send to a different thread☆25Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆63Updated 2 weeks ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Generate a filesystem tree from a macro or a YAML tree☆26Updated 2 weeks ago