avl / arcshiftLinks
Variant of Rust's std::Arc that supports atomic replacement of the value.
☆101Updated last month
Alternatives and similar repositories for arcshift
Users that are interested in arcshift are comparing it to the libraries listed below
Sorting:
- Utilities for working with shared slices of memory☆77Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- A fast and flexible LRU map.☆193Updated 9 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- A concurrent, append-only vector.☆202Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated 3 weeks ago
- A very fast Key-Value store in pure rust☆210Updated 3 months ago
- A Rust macro to make enums with a subset of values of the parent☆123Updated 2 weeks ago
- Perfect hashing for an imperfect world☆94Updated last month
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- ☆216Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- ☆39Updated last year
- Rust microbenchmarking harness based on paired-testing methodology☆142Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆195Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Define your own PhantomData☆158Updated last month
- Fantastic serialization library☆160Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Fast JSON deserialization on borrowed data☆116Updated 3 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆141Updated last year
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- Better reference counted strings for Rust☆137Updated last year
- Async broadcast channels☆187Updated 2 months ago
- Const TypeId and non-'static TypeId☆68Updated last month
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year
- Minimal asynchronous executor for Rust☆130Updated last week
- Library safely exposing the io_uring API.☆69Updated last week
- Detect blocking code in Tokio async tasks. (Rust)☆80Updated last month