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:
- An ordered multimap.☆21Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Static Linear Algebra System☆37Updated 2 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Typed any map for rust☆67Updated last year
- Wrapper around Rc safe to send to a different thread☆26Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- Zero-cost type for stack without complicated type or Box☆45Updated 8 months ago
- An async version of iterator☆41Updated last year
- 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 2 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- `smol` integrations with `hyper`☆17Updated 6 months ago
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 11 months ago
- A Rust Vector which swaps to disk based on given parameters☆45Updated 2 years ago
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 5 months ago
- A wrapper type for cross-type numeric comparisons.☆27Updated 3 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 2 weeks ago
- structured parallel execution for async Rust☆37Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- An alternative rust async runtime.☆59Updated last month