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
Using .conda as the file format of the packages instead the installer instead of .tar.bz2 (#13) is a big help. The only downside is that building the installer is considerably slower (20 minutes vs 3.5 minutes). Locally this is less of an issue as the output of the "transmuting" process from .tar.bz2 to .conda is cached.
By default with .tar.bz2 packages the installer is 354 MB and takes:
________________________________________________________
Executed in 42.07 secs fish external
usr time 73.87 secs 597.00 micros 73.87 secs
sys time 7.36 secs 52.00 micros 7.36 secs
With .conda transmuting the installer is 247 MB and takes:
________________________________________________________
Executed in 28.24 secs fish external
usr time 20.97 secs 539.00 micros 20.97 secs
sys time 8.07 secs 47.00 micros 8.07 secs
Currently the installer hasn't been optimised at all however once things are stable it should be adapted to minimise
The following might be helpful for this:
.conda
packages instead of.tar.bz2
micromamba
instead ofconda-standalone
Of course it's important that DIRACOS2 is still easy to build and maintain, even if that comes at a small cost.
The text was updated successfully, but these errors were encountered: