wfview/ring
Phil Taylor 596f2739b9 Use ring buffer with rtaudio to eliminate mutexes 2021-05-27 11:41:08 +01:00
..
LICENSE Use ring buffer with rtaudio to eliminate mutexes 2021-05-27 11:41:08 +01:00
README.md Use ring buffer with rtaudio to eliminate mutexes 2021-05-27 11:41:08 +01:00
ring.cpp Use ring buffer with rtaudio to eliminate mutexes 2021-05-27 11:41:08 +01:00
ring.h Use ring buffer with rtaudio to eliminate mutexes 2021-05-27 11:41:08 +01:00

README.md

Ring Library

Overview

This library provides source for a multi-producer multi-consumer lock-free ring buffer. It provides a very simple interface for writing and reading from the buffer. The source includes a Ring_ class, that provides the raw implementation and C-like facilities, as well as a templated Ring<T> class for typed reads and writes.

Contact

If you have any questions, concerns, or recommendations please feel free to e-mail me at kmdreko@gmail.com. If you notice a bug or defect, create an issue to report it.