Closed dzbarsky closed 2 months ago
The change to progress_message saves around 100ms of analysis time for my big repo. The rest of the changes are cleanups to reflect that we have long since diverged from skylib's implementation.
progress_message
This code removal on its own seems worth it to me, but even more so for the perf win (even if small).
@alexeagle is an extra ../ (sometimes?) showing up in a progress message a big deal?
../
The change to
progress_message
saves around 100ms of analysis time for my big repo. The rest of the changes are cleanups to reflect that we have long since diverged from skylib's implementation.