NULLx76 / ringbufferLinks
A fixed-size circular buffer written in Rust.
☆134Updated 5 months ago
Alternatives and similar repositories for ringbuffer
Users that are interested in ringbuffer are comparing it to the libraries listed below
Sorting:
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆210Updated this week
- A simple Cross-platform thread schedule and priority library for rust.☆142Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- An atomically updatable Arc for lock-free concurrency.☆188Updated last month
- Migrated to Codeberg☆79Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 10 months ago
- A lightweight version of pin-project written with declarative macros.☆263Updated 2 weeks ago
- Async synchronization primitives☆278Updated this week
- A concurrent, append-only vector.☆207Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Use bitsized types as if they were a feature of rust.☆192Updated 3 months ago
- Easy function multiversioning for Rust☆251Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- Async broadcast channels☆188Updated 4 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆184Updated this week
- Creates graphviz dependency graphs for Rust projects that use Cargo☆207Updated 5 months ago
- A simple bitset container for Rust☆158Updated 6 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated this week
- Better reference counted strings for Rust☆139Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆113Updated 2 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 6 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆191Updated 2 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆144Updated last month