Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 399 Bytes

mmap-uses

Using memory mapped file for various uses.

It currently includes:

  • CPP and Java implementations of file appender class using mmap that doubles (tuning parameters can make it better, or worse) the performance of traditional file write.
  • Java implementation of file reader class that accesses file content sequentially (performance varies depending on memory loading from the kernel).