-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
type: taskA general taskA general task
Milestone
Description
BOMR takes a lot of time to look for library updates. Looking for a single version can take up to 17 seconds in my tests. This can be sped up by using multithreaded lookups.
While we're at it, we could improve another thing: right now, BOMR looks for update, and if it finds one, it waits for user input if this update should be applied before continuing looking. This can be improved by first collect all available updates, and then prompt the user. The first phase takes longer but the user can then do something else, and when the long phase is done, the user is asked for all the update choices without further waiting time in between the choices.
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task