nical / shared_vectorLinks
Efficient reference counted vector data structure is Rust
☆18Updated 2 weeks ago
Alternatives and similar repositories for shared_vector
Users that are interested in shared_vector are comparing it to the libraries listed below
Sorting:
- An ordered multimap.☆21Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Typed any map for rust☆67Updated 11 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- `smol` integrations with `hyper`☆17Updated 4 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆26Updated 2 years ago
- Zero-cost type for stack without complicated type or Box☆45Updated 6 months ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 9 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- An async version of iterator☆40Updated last year
- Generate parsers directly from AST node types☆85Updated last year
- Zero-cost bitsets over native Rust types☆79Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 4 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 3 months ago
- a fast async pool based on channel☆26Updated 6 months ago
- structured parallel execution for async Rust☆37Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆95Updated 9 months ago
- Efficient byte-stream pipe buffer☆44Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- futures-buffered☆45Updated 4 months ago
- hRPC implementation in Rust.☆24Updated 3 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago