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
Improve performance of DownloadUtils.getTotalDownloadSizeInBytes
Using Promise.all rather than checking for cached versions of the mods
in a loop reduces execution time roughly from 50% to 80%. Granted, we
were talking about tens of milliseconds to begin with even for large
mod packs, but faster is faster.
0 commit comments