HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆91Updated 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:
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated this week
- ☆53Updated 5 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- ☆64Updated 8 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Token tree calling convention☆80Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- ☆223Updated last week
- A safe-guarded transmute for Rust☆39Updated last year
- A #[no_std] LinAlg library☆53Updated 4 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated 2 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆151Updated 7 months ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 4 months ago
- A thread-safe & efficient memory pool☆169Updated 2 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Time and duration crate optimized for speed and API stability.☆74Updated last month
- A growable bit-vector for Rust, optimized for size☆44Updated 7 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago