microsoft / sarif-sdk

.NET code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
Other
191 stars 88 forks source link

Preorder file traversal #2725

Closed scottoneil-ms closed 9 months ago

scottoneil-ms commented 9 months ago

This drops time to first scan from 5s to .5s in one of our large-ish repos. Could also have systematic benefits, as it "streams" the targets out instead of maintaining a list of all directories in memory. This could be significant for very large repos. AB#{2117606}

michaelcfanning commented 9 months ago

Thanks for the analysis, ok with getting this one in.