HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆105Updated 2 months 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 8 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 3 months ago
- ☆53Updated 6 years ago
- Composable, lock-free, allocation-light data structures☆62Updated 7 years ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Updated 7 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- A circular buffer with fixed capacity (Rust).☆108Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆115Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- ☆64Updated 8 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆155Updated 10 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆113Updated last year
- ☆257Updated this week
- Safe pointer-to-member functionality for rust☆34Updated last year
- Crunchy unroller - deterministically unroll constant loops☆50Updated 7 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- skiplist☆144Updated 4 years ago
- A sanity checker for global allocations in Rust☆52Updated 4 months ago
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- Rust library providing a counter-based thread barrier☆58Updated 7 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- A #[no_std] LinAlg library☆53Updated 4 years ago