Skip to content

refactor(resolver): make resolver streamable#61

Merged
Urist-McGit merged 2 commits intomainfrom
fm/stream-resolver
Oct 6, 2025
Merged

refactor(resolver): make resolver streamable#61
Urist-McGit merged 2 commits intomainfrom
fm/stream-resolver

Conversation

@fmoessbauer
Copy link
Member

Currently the resolver reads the full input, stores it and provides it as a list. As the resolver should only handle the resolution itself, we rewrite it as a iterable class. By that, the resolving happens in O(1) space and downstream users need to cache the packages if needed.

Currently the resolver reads the full input, stores it and provides it
as a list. As the resolver should only handle the resolution itself, we
rewrite it as a iterable class. By that, the resolving happens in O(1)
space and downstream users need to cache the packages if needed.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
@Urist-McGit Urist-McGit merged commit 2031599 into main Oct 6, 2025
11 checks passed
@Urist-McGit Urist-McGit deleted the fm/stream-resolver branch October 6, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants