Open s-celles opened 9 years ago
this project should probably be merged with some others.
see for example https://scimusing.wordpress.com/2013/10/25/ring-buffers-in-pythonnumpy/
http://pastebin.com/ZLcfd9GX https://github.com/belevtsoff/rdaclient.py/blob/master/src/ringbuffer.py https://gist.github.com/mtambos/aa435461084b5c0025d1 https://github.com/belevtsoff/rdaclient.py/blob/master/src/ringbuffer.py
I've just built another one of these at https://github.com/eric-wieser/numpy_ringbuffer, with the primary advantage that it's published on PyPI (#4)
Thanks @eric-wieser Good to know
this project should probably be merged with some others.
see for example https://scimusing.wordpress.com/2013/10/25/ring-buffers-in-pythonnumpy/
http://pastebin.com/ZLcfd9GX https://github.com/belevtsoff/rdaclient.py/blob/master/src/ringbuffer.py https://gist.github.com/mtambos/aa435461084b5c0025d1 https://github.com/belevtsoff/rdaclient.py/blob/master/src/ringbuffer.py