Skip to content
/ scbuf Public

Lock-free Send and Sync circular buffer for Rust

License

Notifications You must be signed in to change notification settings

derMihai/scbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lock-free Send and Sync circular buffer for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages