feat: add input file logging and optimize path traversal #4
Reference in New Issue
Block a user
Delete Branch "push-zoyvrpponqqo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.