scbuf

Crates.ioscbuf
lib.rsscbuf
version0.1.1
sourcesrc
created_at2023-03-01 15:40:21.505161
updated_at2023-03-08 20:10:27.942001
descriptionscbuf (sync circular buffer) is a Send and Sync, lock-free circular buffer implementation.
homepage
repositoryhttps://github.com/derMihai/scbuf
max_upload_size
id798117
size17,829
Mihai Renea (derMihai)

documentation

README

scbuf

scbuf (sync circular buffer) is a Send and Sync, lock-free circular buffer implementation.

In the single-producer, single-consumer scenario, it relies solely on atomics for synchronization. See new_scbuf for multiple-producer/consumer usage.

Commit count: 3

cargo fmt