amogorkon/justuse

Installation order needs to be optimized

Opened this issue · 0 comments

We try to install all artifacts specified by hashes one at a time, but this takes a lot of time (also for running tests). We shouldn't try to filter the hashes at this point and still try to install all in the worst case (might be a problem with proper version specification) but in the average case, our first attempt should match.