HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆89Updated last month
Alternatives and similar repositories for triple-buffer
Users that are interested in triple-buffer are comparing it to the libraries listed below
Sorting:
- ☆53Updated 5 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated last month
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated this week
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 3 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated last week
- ☆63Updated 8 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 11 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆110Updated last year
- ☆176Updated this week
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- ☆31Updated 5 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated last year
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 9 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust bindings for Amazon's Hawktracer profiler☆73Updated 5 years ago
- A #[no_std] LinAlg library☆52Updated 4 years ago
- skiplist☆142Updated 3 years ago