Description

Using mmap greatly outperforms the default approach of reading data using the open()/read() combination. The downside of mapping a file into memory is that it takes away valuable address space.

Preview

Tags

Users

  • @jganong

Comments and Reviews