Hacker News new | ask | show | jobs
by bitcharmer 2076 days ago
Not sure if you know how mmap works, but regardless you can't say that memory reads correspond to file reads.

There is literally no io being done on your data access paths. Synchronising mapped pages with file contents happens in background write back threads.