Skip to content

Commit

Permalink
DOC: Add link to ringbuf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 23, 2021
1 parent c5746fa commit cc4191f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ There are also implementations in other languages:
* [JACK ring buffer](https://jackaudio.org/api/ringbuffer_8h.html) (C)
* [PortAudio ring buffer](http://portaudio.com/docs/v19-doxydocs-dev/pa__ringbuffer_8h.html) (C)
* [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) (C++)
* [ringbuf.js](https://github.com/padenot/ringbuf.js) (JavaScript, using `SharedArrayBuffer`)
* [SPSCQueue](https://github.com/rigtorp/SPSCQueue) (C++)

If you know more alternatives for this list,
Expand Down

0 comments on commit cc4191f

Please sign in to comment.