nical / shared_vector
Efficient reference counted vector data structure is Rust
☆18Updated last year
Alternatives and similar repositories for shared_vector:
Users that are interested in shared_vector are comparing it to the libraries listed below
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Zero-cost bitsets over native Rust types☆76Updated 3 weeks ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated 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.☆111Updated last month
- Unicode validation and transcoding at billions of characters per second☆15Updated last week
- Utilities for encoding and decoding frames using `async/await`.☆24Updated last year
- Peggen, generate fast PEG parsers via derive macros☆32Updated this week
- Typed any map for rust☆65Updated 4 months ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- A generic, fixed-size, associative cache☆40Updated 5 months ago
- Easy recursion in Rust, without stack overflows.☆31Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- An ordered multimap.☆20Updated 4 months ago
- Efficient byte-stream pipe buffer☆43Updated 9 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated last month
- Serde support for the humantime crate☆33Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 6 months ago
- Thin immutable zero-copy byte slice☆31Updated 3 weeks ago
- A radioactive stabilization of the ptr_meta RFC.☆26Updated 3 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 2 weeks ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 7 months ago
- Motion is a bare metal physics engine☆32Updated 5 months ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated 10 months ago
- A global executor built on top of async-executor and smol☆74Updated last month