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:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- ☆53Updated 5 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 10 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 weeks ago
- ☆58Updated 2 weeks ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆146Updated 2 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- ☆63Updated 7 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- (More or less) accurate floating point algorithms☆57Updated 10 months ago
- A sanity checker for global allocations in Rust☆51Updated 2 months ago
- A safe-guarded transmute for Rust☆38Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Hierarchical bit set container☆123Updated last year
- A #[no_std] LinAlg library☆53Updated 3 years ago
- A Rust library for data structures living in shared memory.☆12Updated 4 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- Rust library to program hardware performance counter.☆53Updated 2 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- docs.rs as a publishing platform?☆68Updated 2 weeks ago
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆41Updated last year
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Time and duration crate optimized for speed and API stability.☆70Updated last week