nical / shared_vectorLinks
Efficient reference counted vector data structure is Rust
☆18Updated 2 months 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 3 years ago
- An ordered multimap.☆21Updated last year
- Typed any map for rust☆67Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- An async version of iterator☆41Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Unbuffered and unlocked I/O streams☆45Updated 11 months ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆36Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- structured parallel execution for async Rust☆37Updated last year
- Wrapper around Rc safe to send to a different thread☆26Updated last month
- Thin immutable zero-copy byte slice☆63Updated last week
- An async virtual filesystem interface in Rust☆37Updated 2 years ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 8 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…☆101Updated last week
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- `smol` integrations with `hyper`☆17Updated 6 months ago
- Generate parsers directly from AST node types☆89Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- An alternative rust async runtime.☆59Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago