6 ms·
If you tested this on macos, be careful. The fsync on it lies.
by hawk_ 9mo ago
If you tested this on macos, be careful. The fsync on it lies.
- packetlost 9mo agofsync on most OSes lie to some degree
- Palomides 9mo agonope, linux python script that writes a little data and calls os.fsync
- ncruces 9mo agoWhat's a little data? In many situations, fsync flushes everything, including totally uncorrelated stuff that might be running on your system.