Using black magic to make a fast circular buffer (2017)(lo.calho.st)2 points·by osivertsson·2 yıl önce·2 commentslo.calho.stUsing black magic to make a fast circular buffer (2017)https://lo.calho.st/posts/black-magic-buffer/2 commentsPost comment[–]gnabgib·2 yıl öncereplyAlso known as The Bip Buffer (from 2003) https://www.codeproject.com/articles/3479/the-bip-buffer-the...[–]thesnide·2 yıl öncereplyHmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.