mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:38:10 +00:00
![]() By using fstatat during file system analyzation instead of lstat, we reduce the amount of work the kernel has to do for each stat call. During profiling it came up that the kernel was spending a lot of time resolving paths. Because each call to stat passed an absolute path the kernel had to do the same work over and over again. When using relative paths the kernel only has to resolve the relative part as it can reuse the already resolved path of the base directory. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
SpaceAnalyzer.gml | ||
TreeMapWidget.cpp | ||
TreeMapWidget.h |