HadrienG2 / triple-buffer
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
- ☆52Updated 5 years ago
- ☆62Updated 7 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 9 months ago
- ☆126Updated 3 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Rust bindings for Amazon's Hawktracer profiler☆72Updated 4 years ago
- Hierarchical bit set container☆121Updated last year
- ☆31Updated 5 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 6 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆143Updated last month
- A crate with indexed arenas with small memory footprint☆77Updated 8 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 6 years ago
- Better reference counted strings for Rust☆121Updated 9 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Utilities for pinning☆97Updated last year
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated 3 weeks ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- Arena allocator and a handful of useful data structures☆40Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- skiplist☆142Updated 3 years ago