From cc4191ff485670a3f24f777c78f9406aad66fa92 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 22 Apr 2021 21:42:43 +0200 Subject: [PATCH] DOC: Add link to ringbuf.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 250b1f7..c5b2805 100644 --- a/README.md +++ b/README.md @@ -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,