5 ms·
It looks like the authors have not heard about kernel-level page cache. No fsync was ever used in the benchmarks, therefore, it is never actually hitting the di
by compudj 11y ago
It looks like the authors have not heard about kernel-level page cache. No fsync was ever used in the benchmarks, therefore, it is never actually hitting the disk. The only good thing about this paper is that the Java and Python listings are available at the end, for everyone to identify the basic flaws in this research.
It's actually proving that it is faster to write directly to memory than to do a copy before writing to memory. Nothing really impressive there. :)