profan / smidig

some kind of game engine, with accompanying test code
MIT License
0 stars 0 forks source link

Implement ring-buffer abstraction which layers over another container. #137

Open profan opened 8 years ago

profan commented 8 years ago

It would be nice to just have a layer over an array-like container which acts like a ring-buffer, to make it easier to use static arrays/dynamic arrays etc interchangeably as ring-buffers and hopefully getting rid of some error prone duplication.