nical / shared_vectorLinks
Efficient reference counted vector data structure is Rust
☆18Updated last month
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
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Simple channel-like APIs over TCP streams for communications between rust services.☆38Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 3 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Typed any map for rust☆67Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- structured parallel execution for async Rust☆37Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- Zero-cost bitsets over native Rust types☆79Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Wrapper around Rc safe to send to a different thread☆26Updated this week
- Simple bitset with small-set (single-word) optimization☆19Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Static Linear Algebra System☆37Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 10 months ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Byte-wise atomic memcpy.☆39Updated last week
- Count directory entries—`ls | wc -l` but faster☆29Updated 2 weeks 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…☆99Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 5 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- An async version of iterator☆40Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 3 months ago