ibraheemdev / boxcarLinks
A concurrent, append-only vector.
☆184Updated 3 weeks ago
Alternatives and similar repositories for boxcar
Users that are interested in boxcar are comparing it to the libraries listed below
Sorting:
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- A fast and flexible LRU map.☆189Updated 6 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 8 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- Reports when tokio runtime threads are blocking☆65Updated 10 months ago
- Track and query Cargo dependency graphs.☆230Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- Define your own PhantomData☆155Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- A very fast Key-Value store in pure rust☆179Updated this week
- Program startup and thread support written in Rust☆188Updated last month
- An ε-copy serialization/deserialization framework for Rust☆149Updated last week
- Fixed-size decimal numbers implemented in pure Rust☆204Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated this week
- ☆163Updated this week
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆97Updated last week
- Rust web servers without async/await.☆207Updated 6 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Perfect hashing for an imperfect world☆91Updated 5 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated last month
- ☆72Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆259Updated 3 months ago
- Simple async reactor and executor for rust☆80Updated 3 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 9 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆110Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago