HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆103Updated 3 weeks ago
Alternatives and similar repositories for triple-buffer
Users that are interested in triple-buffer are comparing it to the libraries listed below
Sorting:
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 7 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 2 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- ☆53Updated 6 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆152Updated 9 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆72Updated last year
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆61Updated 2 months ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- A safe-guarded transmute for Rust☆39Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Hierarchical bit set container☆127Updated last year
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Rust library providing a counter-based thread barrier☆58Updated 7 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- ☆253Updated 2 weeks ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Time and duration crate optimized for speed and API stability.☆75Updated 2 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated 2 months ago