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
When running commands like alr clean or alr run -s (probably other commands as well), Alire seems to parse every single .toml file in the index. This adds like over half a second of startup latency to alr run. Why are these files parsed at all?
When running commands like
alr cleanoralr run -s(probably other commands as well), Alire seems to parse every single .toml file in the index. This adds like over half a second of startup latency toalr run. Why are these files parsed at all?