Hacker News new | past | comments | ask | show | jobs | submit login

Memory mapped files are incredibly hard to use for consistent, durable storage. I mean, so is POSIX I/O in general, but if you do MAP_SHARED you made your life even more complicated. (MAP_PRIVATE and rewrite-the-whole-thing-for-every-commit works, though, and can have some advantages).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: