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
- Wrapper around Rc safe to send to a different thread☆25Updated 2 years ago
- An ordered multimap.☆21Updated 10 months ago
- Simple bitset with small-set (single-word) optimization☆19Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 11 months ago
- Minimalist Rust syntax parsing for procedural macros☆65Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated 2 years ago
- 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
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- An async version of iterator☆40Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Efficient byte-stream pipe buffer☆43Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Static Linear Algebra System☆36Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated this week
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Zero-cost bitsets over native Rust types☆78Updated 6 months ago
- Extra event types built on top of rsevents☆17Updated 2 years ago
- Cross-platform library to gather stats/information from the host 🦀☆43Updated 9 months ago
- dwarf is a typed, interpreted, language that shares syntax with Rust.☆46Updated 6 months ago
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- `smol` integrations with `hyper`☆17Updated 2 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year