HadrienG2 / triple-bufferLinks
Implementation of triple buffering in Rust
☆96Updated 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:
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 3 weeks ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- ☆53Updated 5 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 weeks ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- ☆231Updated this week
- Safe pointer-to-member functionality for rust☆33Updated last year
- ☆64Updated 8 years ago
- A thread-safe & efficient memory pool☆170Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆141Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 5 months ago
- Crunchy unroller - deterministically unroll constant loops☆48Updated 4 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Fast functions for printing floating-point primitives to a decimal string☆128Updated 2 weeks ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago