michaeltyson / TPCircularBuffer

A simple, fast circular buffer implementation
http://atastypixel.com/blog/a-simple-fast-circular-buffer-implementation-for-audio-processing/
839 stars 141 forks source link

New release including the use of `stdatomic` over `OSAtomic` #14

Closed qasim closed 6 years ago

qasim commented 7 years ago

Should a 1.5 tag be made including the new changes in master from https://github.com/michaeltyson/TPCircularBuffer/commit/b1e15ca218a71e93950c860c173b1f48979282cd and https://github.com/michaeltyson/TPCircularBuffer/commit/7364065aa3f6d9219adc06069a60aa2652d3e759? 😇

I was making these changes locally on top of 1.4 and then realized you had already made them.