top | item 42433712 Using black magic to make a fast circular buffer (2017) 2 points| osivertsson | 1 year ago |lo.calho.st 2 comments order hn newest gnabgib|1 year ago Also known as The Bip Buffer (from 2003) https://www.codeproject.com/articles/3479/the-bip-buffer-the... thesnide|1 year ago Hmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.
gnabgib|1 year ago Also known as The Bip Buffer (from 2003) https://www.codeproject.com/articles/3479/the-bip-buffer-the...
thesnide|1 year ago Hmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.
gnabgib|1 year ago
thesnide|1 year ago