Y
Hacker News
new
|
ask
|
show
|
jobs
by
chungy
3242 days ago
That warning made me want to try it on my hard disk just to see how long it would take...
It was only a couple minutes. That's a bit disappointing.
1 comments
sleepychu
3242 days ago
SSD or spinning platter?
link
chungy
3242 days ago
Spinning platter. ZFS with compression is probably helping that.
link
panic
3242 days ago
Your OS is probably caching the file at the virtual memory layer, so it doesn't even have to hit the filesystem at all.
link
sillysaurus3
3242 days ago
A good lesson not to try to guess where the bottlenecks in a program will be. :)
link
wereHamster
3242 days ago
mount -o sync :)
link