Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 202 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 202 Bytes

ringbuffer is a C++11 header-only implementation of a ring-buffer. This is a work-in-progress.

Read ringbuffer.hpp for details (good luck) or test.cpp for an example.