ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Make bootstrap faster #129

Open iLLiCiTiT opened 1 month ago

iLLiCiTiT commented 1 month ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

Bootstrap takes some time and when a process needs to spawn some subprocess quickly, e.g. simple UI dialog, it should happen instantly and usually is not needed to validate downloaded addons and dependency packages.

How would you imagine the implementation of the feature?

Not sure, the bootstrap still has to add addons and dependendency package to sys path, to be able to do that it must know which should be added and still collect all the information. So we should find out what actually takes so long before we start to implement it.