Maintain changes to access/modification/status-change times in memory and only update the inodes under special circumstances.
const MOUNT_LAZY_TIME: MountFlags = MountFlags(MS_LAZYTIME);
See the manual page and MS_LAZYTIME therein for the details.
The required kernel version is 4.0.
mount(2) and MS_LAZYTIME therein