look into optimization potential by skipping dead series
Closed, ResolvedPublic

Description

Tooling iterates on "everything" a lot of times (e.g. aptly cleanup), we could probably optimize iterations by skipping over dead/unknown series. IOW: (specifically) aptly using tech could be optimized to skip repos/publishedrepos which do not related to any of the enabled series in NCI.series as that series is effectively never changing

sitter created this task.Feb 5 2019, 1:15 PM
sitter triaged this task as Low priority.
sitter closed this task as Resolved.Feb 6 2019, 9:47 AM
sitter claimed this task.

I was delighted to find that all existing code is already so smart that it only iterates on known NCI.series, so dropping or adding stuff will add/remove it from iteration as one would expect.