aboutsummaryrefslogtreecommitdiff
path: root/py/ringbuf.h
AgeCommit message (Collapse)Author
2016-03-30py/ringbuf.h: Add reusable ring buffer class.Paul Sokolovsky
Features inline get/put operations for the highest performance. Locking is not part of implementation, operation should be wrapped with locking externally as needed.