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
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Static Linear Algebra System☆36Updated 2 years 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…☆93Updated 5 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Typed any map for rust☆67Updated 8 months ago
- A low-level I/O ownership and borrowing library☆104Updated 3 weeks ago
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 9 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- dwarf is a typed, interpreted, language that shares syntax with Rust.☆46Updated 5 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- Oneshot Rust channel working both in and between sync and async environments☆91Updated 6 months ago
- An async version of iterator☆40Updated last year
- structured parallel execution for async Rust☆36Updated last year
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 2 weeks ago
- Cross-platform library to gather stats/information from the host 🦀☆43Updated 7 months ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 weeks ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆43Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 weeks ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 11 months ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year