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
- 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☆40Updated last year
- Typed any map for rust☆67Updated 10 months ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- An ordered multimap.☆21Updated 11 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 5 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- Minimalist Rust syntax parsing for procedural macros☆65Updated last year
- Byte-wise atomic memcpy.☆38Updated 2 weeks ago
- A low-level I/O ownership and borrowing library☆105Updated 2 months ago
- `smol` integrations with `hyper`☆17Updated 3 months ago
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- 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…☆96Updated last month
- Thin immutable zero-copy byte slice☆49Updated last week
- structured parallel execution for async Rust☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 weeks ago
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆51Updated 3 weeks ago
- The `io_uring` library for Rust (with Rustix)☆35Updated 3 months ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated last month
- Simple goldenfile testing in Rust☆44Updated last week