nical / shared_vector
Efficient reference counted vector data structure is Rust
☆17Updated last year
Alternatives and similar repositories for shared_vector:
Users that are interested in shared_vector are comparing it to the libraries listed below
- impl fallible collections in rust, quite as describe in RFC 2116☆35Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆55Updated last year
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Trying to create Sync bump allocator☆29Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 5 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆41Updated 4 months ago
- Async, lock-free synchronization primitives for task wakeup☆42Updated 4 months ago
- Trait implementation generator macro☆28Updated this week
- Simple channel-like APIs over TCP streams for communications between rust services.☆36Updated 7 months ago
- a fast async pool based on channel☆23Updated 2 months ago
- Zero-cost bitsets over native Rust types☆76Updated last month
- A faster Arc.☆55Updated 11 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A memory efficient syntax tree for language developers☆52Updated last week
- Hassle-free asynchronous programming for Rust☆31Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- Typed any map for rust☆65Updated last month
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 2 years ago
- Byte-wise atomic memcpy.☆30Updated last week
- Unbuffered and unlocked I/O streams☆40Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- the definitive non-empty slice/array/vec library for Rust☆15Updated 9 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the …☆42Updated 8 months ago
- Proc-macro utility to populate enums from database data☆20Updated 5 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…☆70Updated last week
- Rust crate for making Read streams peekable.☆26Updated 3 years ago