You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional optimizations: avoid allocations in hot paths
- Optimize Partitions iterator to use as_os_str().len() instead of to_string_lossy().len()
- Optimize normalize_path on Windows to avoid intermediate String allocation when possible
Co-authored-by: j178 <[email protected]>
0 commit comments