Instrument index and scatter stages with tracing::info to log input file paths for better runtime observability. Additionally, optimize the path iterator by replacing redundant is_dir() checks with explicit is_file() validation and deferring metadata resolution, eliminating unnecessary stat() syscalls and improving traversal performance on high-latency network filesystems like Lustre and NFS.
Instrument index and scatter stages with `tracing::info` to log input file paths for better runtime observability. Additionally, optimize the path iterator by replacing redundant `is_dir()` checks with explicit `is_file()` validation and deferring metadata resolution, eliminating unnecessary `stat()` syscalls and improving traversal performance on high-latency network filesystems like Lustre and NFS.
Instrument index and scatter stages with `tracing::info` to log input file paths for better runtime observability. Additionally, optimize the path iterator by replacing redundant `is_dir()` checks with explicit `is_file()` validation and deferring metadata resolution, eliminating unnecessary `stat()` syscalls and improving traversal performance on high-latency network filesystems like Lustre and NFS.
coissac
merged commit df28cadc41 into main2026-05-22 09:04:43 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Instrument index and scatter stages with
tracing::infoto log input file paths for better runtime observability. Additionally, optimize the path iterator by replacing redundantis_dir()checks with explicitis_file()validation and deferring metadata resolution, eliminating unnecessarystat()syscalls and improving traversal performance on high-latency network filesystems like Lustre and NFS.