Skip to content

Implementation of ring (or circular) buffer in C++11

License

Notifications You must be signed in to change notification settings

qywx/RingBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RingBuffer

This is a header-only implementation of ring (or circular) buffer in C++11. It depends only on few stdlib definitions. Read more about Circular buffer on wikipedia.

See usage examples in folder test

To do

  • Better compability with std:: containers
  • Iterators
  • Memory reallocation
  • Some functional extensions

Build and run

After project was cloned

$ mkdir ./build  &&  cd ./build
$ cmake -G"MinGW Makefiles" ../
$ cmake --build ./
$ cd ./test  &&  ctest

About

Implementation of ring (or circular) buffer in C++11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published