Comment on Using black magic to make a fast circular buffer (2017)Comments−thesnide1yHmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.
Comments
Hmmm... wondering why using arcane memfd_create() instead of simply opening a regular file on a tmpfs filesystem, such as /dev/shm.