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:
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 7 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Typed any map for rust☆67Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- An async version of iterator☆40Updated last year
- A Rust library for runtime-checked linearish types☆34Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 9 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- A faster Arc.☆70Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Empowering everyone to build reliable and efficient software.☆22Updated this week
- 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…☆87Updated 3 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- structured parallel execution for async Rust☆33Updated 10 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- Zero-cost type for stack without complicated type or Box☆45Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Simple channel-like APIs over TCP streams for communications between rust services.☆37Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 4 months ago
- An ordered multimap.☆21Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 9 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago