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
While benchmarking registry performance,
I was surprised that RegistryManager.downloadSourceArchive
was taking so long. After some further investigation,
I found that >90% of the time was spent calculating the SHA256 checksum.
This change improves my local end-to-end clean registry build from
~70 seconds to ~15 seconds.
0 commit comments