HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆89Updated last week
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
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- ☆209Updated this week
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- A safe-guarded transmute for Rust☆39Updated last year
- ☆63Updated 8 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Crunchy unroller - deterministically unroll constant loops☆41Updated 2 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated last month
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Time and duration crate optimized for speed and API stability.☆74Updated 3 weeks ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- Token tree calling convention☆80Updated 2 years ago