Hacker News new | ask | show | jobs
Using black magic to make a fast circular buffer (2017) (lo.calho.st)
2 points by osivertsson 543 days ago
2 comments

Hmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.