Hacker News new | ask | show | jobs
by rurban 798 days ago
I wrote some shm API wrappers here: https://github.com/rurban/smart/blob/new/source/algos/includ...

Never use /dev/shm directly unless Linux only.

1 comments

Oh… Sys V SHM… not POSIX. Old-school.