Some updates to TPCircularBuffer
I’ve recently made some updates to [TPCircularBuffer](http://atastypixel.com/circular-ring-buffer-plus-neat-virtual-memory-mapping-trick/) ([on GitHub](https://github.com/michaeltyson/TPCircularBuffer)), my C circular/ring buffer implementation, which add a memory barrier on read and write, inline the main functions for a potential performance boost, and add support for use within C++ projects.
If you’re using TPCircularBuffer at all, I recommend updating!
Read More