spsc-bip-buffer icon indicating copy to clipboard operation
spsc-bip-buffer copied to clipboard

A concurrent, spsc ring-buffer with sized reservations

Results 4 spsc-bip-buffer issues
Sort by recently updated
recently updated
newest added

https://github.com/utaal/spsc-bip-buffer/blob/master/src/lib.rs#L310-L313 How can `writer.write` ever larger than `writer.last`, as `writer.last` is initiated with Buffer's `len`. Let me know if I miss anything.

are missing.

Hi, I am wondering if there is anything in the theory of operation of the buffer that would prevent to make it generic over its type. For example, I could...

Closes #11 Let me be honest, it is my first contribution to a Rust project so I may have gotten a bunch of things wrong. To make the BipBuffer generic...