nical / shared_vector
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:
- Typed any map for rust☆66Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆44Updated 8 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 6 months ago
- A concise, self-describing binary format written in Rust for Serde☆65Updated 8 months ago
- Zero-cost bitsets over native Rust types☆78Updated last month
- An async version of iterator☆40Updated 11 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Serde support for the humantime crate☆33Updated last year
- Object Pool LockFree in Rust☆46Updated 3 months ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- A Rust library for runtime-checked linearish types☆33Updated last year
- An ordered multimap.☆21Updated 5 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- horrible serde macro stuff☆39Updated last year
- Trait implementation generator macro☆28Updated this week
- Efficient byte-stream pipe buffer☆43Updated 10 months ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆38Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- Convert closures into wakers☆45Updated 3 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 6 months ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago