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:
- An ordered multimap.☆21Updated 9 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Typed any map for rust☆67Updated 9 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 10 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- Rust crate that allows you to display status & progress information in a terminal☆31Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- structured parallel execution for async Rust☆36Updated last year
- A generic, fixed-size, associative cache☆40Updated 10 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Static Linear Algebra System☆36Updated 2 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- Minimalist Rust syntax parsing for procedural macros☆65Updated last year
- Simple goldenfile testing in Rust☆43Updated 7 months ago
- An alternative rust async runtime.☆51Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 6 months ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Rust data types and a macro for generating enumeration-based bit flags☆49Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Zero-cost bitsets over native Rust types☆78Updated 5 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated this week
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 weeks ago
- Find out what platform your code is running on from Rust☆32Updated 3 years ago