Hacker News new | ask | show | jobs
by idbehold 3476 days ago
The title of the article is "Why [the] Google Pixel lags 10x more than [the] Moto Z." The author showed that the Moto Z is using a no-op fsync while the Pixel is doing the real thing. I think the author appropriately explained and answered the title prompt.
1 comments

But the author fails to prove that fsync() is in any way the bottleneck for common I/O operations in everyday use of a smartphone.
Was that the hypothesis the author was trying to prove? Because I don't believe it was.
The title is literally "Why [the] Google Pixel lags 10x more than [the] Moto Z". If he doesn't show that fsync(3) is the gating factor, then the fact that the Moto Z nops out fsync doesn't mean that much.