Closed KristofferC closed 2 years ago
Nice to see there are some low-hanging fruits!
I think there are quite a lot of low hanging fruits. The next one is to read the output from objdump as it is being produced (concurrently) instead of waiting for it to finish before starting the string analysis.
Running this on the product from OpenBlas in yggdrasil takes this part from
to
It is still not super significant because running the ´objdump` above takes like 15 seconds, but it is a start.