microsoft / SizeBench

SizeBench is a binary size investigation tool for Windows
MIT License
103 stars 14 forks source link

Parallelize analysis to help with large binaries #39

Open chrdavis opened 6 months ago

chrdavis commented 6 months ago

When looking at large PDBs (like msedge.dll.pdb, chrome.dll.pdb) sizebench can take hours on my heavy duty dev box. Seems like there is an opportunity for performance improvement by utilizing more cores.

For example, the below has been running for 15 hours.

image