Why glibc's fstat() is slow
Why glibc's fstat() is slow
Posted Sep 15, 2023 14:08 UTC (Fri) by izbyshev (subscriber, #107996)In reply to: Why glibc's fstat() is slow by eru
Parent article: Why glibc's fstat() is slow
This is not due to architectural differences, but due to the standard kernel policy of supporting only the most general version of the syscall[1]. In this case, apparently, performance implications of having only statx were not considered.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/...
