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☆37Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- Typed any map for rust☆65Updated 2 months ago
- Unicode validation and transcoding at billions of characters per second☆14Updated this week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated last year
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- An ordered multimap.☆20Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 10 months ago
- ☆40Updated 5 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- hot-reload template for Rust☆22Updated 2 years ago
- An async version of iterator☆40Updated 9 months ago
- Easy recursion in Rust, without stack overflows.☆31Updated 11 months ago
- structured parallel execution for async Rust☆33Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆43Updated 6 months ago
- Static Linear Algebra System☆36Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆37Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 weeks ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 5 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆36Updated 8 months ago
- A memory efficient syntax tree for language developers☆55Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- `smol` integrations with `hyper`☆14Updated 4 months ago
- A new schemaless, high-performance database written from scratch in Rust. https://crates.io/crates/rasterizeddb_core☆19Updated this week
- Trait implementation generator macro☆28Updated last week
- Object Pool LockFree in Rust☆45Updated last month
- bytes::BufMut implementation to count buffer size☆22Updated last week