Why glibc's fstat() is slow
Why glibc's fstat() is slow
Posted Sep 15, 2023 9:18 UTC (Fri) by dottedmag (subscriber, #18590)Parent article: Why glibc's fstat() is slow
Admittedly, C is such a footgun that sacrificing some performance in some rare corner cases to significantly decrease amount of code is acceptable, but selecting one syscall over another in stat, is it really so complicated?
P.S: I'm not ordering anyone to do anything, I'm posting my observations and describe attitude I try to put into my work. I thank all maintainers who put their work into the code we all benefit from, often without renumeration and in their spare time, and I try to pay it back in kind.
