[SciPy-user] Circular Buffer

Neal Becker ndbecker2 at gmail.com
Thu Feb 26 08:23:37 EST 2009


You might like to look at the circular buffer implementation in boost.

I also have my own c++ code for circular.  It is an iterator adaptor.  
Basically, it adapts an iterator to a circular iterator using mod function.





More information about the SciPy-User mailing list