Skip to content

A C++ STL circular buffer data structure

License

Notifications You must be signed in to change notification settings

mic-user/CircularBuffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircularBuffer

A C++ STL compliant implementation of a circular buffer.

Still very WIP and probably doesn't work fully. Need to fix up copying, size changes, and const iterators. Though the core functionality is there.

I didn't make this on my own of course. I followed some useful tutorials.

References:
https://accu.org/index.php/journals/389
https://www.geeksforgeeks.org/circular-queue-set-1-introduction-array-implementation/
https://goodliffe.blogspot.com/2008/11/c-stl-like-circular-buffer-part-2.html

About

A C++ STL circular buffer data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%