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
CanadaHonk edited this page Mar 20, 2022
·
3 revisions
This wiki page explains the advantages of OpenAsar with the module updater (updating on Linux).
Parallel downloading (and installing)
Original
The original (Discord's) uses a queue system, so it downloads each module one by one, then installs one by one after all have been downloaded, like:
Check for any module updates
If some, for each module with an update available, add it to the download queue
Download all updates in queue one by one (A..., B..., C...)
Install all updates in queue one by one
OpenAsar
OpenAsar instead uses a parallel system, where it downloads each module at once simultaneously and then installs them once download is completed. This makes it so each module does not wait for any others and is completed independently. For example:
Check for any module updates
If some, for each module with an update available: