Using black magic to make a fast circular buffer (2017)
by gnabgib on 12/16/2024, 6:27:20 PM
Also known as The Bip Buffer (from 2003) https://www.codeproject.com/articles/3479/the-bip-buffer-the...
by thesnide on 12/16/2024, 6:47:41 PM
Hmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.
Also known as The Bip Buffer (from 2003) https://www.codeproject.com/articles/3479/the-bip-buffer-the...