Why glibc's fstat() is slow
Why glibc's fstat() is slow
Posted Sep 15, 2023 6:23 UTC (Fri) by eru (subscriber, #2753)In reply to: Why glibc's fstat() is slow by izbyshev
Parent article: Why glibc's fstat() is slow
I find it very strange that this depends on the CPU architecture at all. The fstat() and its relatives work on the file system, which is at much higher level than what architecture differences would naturally affect.
