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:
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- An ordered multimap.☆21Updated 7 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Trying to create Sync bump allocator☆37Updated last week
- Static Linear Algebra System☆36Updated last year
- Typed any map for rust☆67Updated 7 months ago
- futures-buffered☆43Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Efficient byte-stream pipe buffer☆43Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 10 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 3 months ago
- Zero-cost bitsets over native Rust types☆78Updated 3 months ago
- A faster Arc.☆73Updated last year
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆43Updated last year
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- An exploration of Storages☆37Updated last year
- Count directory entries—`ls | wc -l` but faster☆28Updated 5 months ago
- A safe `Pin`-based intrusive doubly-linked list in Rust☆21Updated 3 months 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…☆88Updated 4 months ago
- Peggen, generate fast PEG parsers via derive macros☆32Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Remove Cargo.lock lockfile☆32Updated this week
- Zero-cost type for stack without complicated type or Box☆45Updated last month