feat: add input file logging and optimize path traversal #4

Merged
coissac merged 1 commits from push-zoyvrpponqqo into main 2026-05-22 09:04:43 +00:00

1 Commits

Author SHA1 Message Date
Eric Coissac fe2127c463 feat: add input file logging and optimize path traversal
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.
2026-05-22 11:04:04 +02:00