libvuln: offline import performance improvements - #1986
Merged
Conversation
hdonnay
force-pushed
the
hack/perf/offline_import
branch
from
August 14, 2026 21:46
571e0d3 to
5532603
Compare
hdonnay
force-pushed
the
hack/perf/offline_import
branch
from
August 17, 2026 16:16
5532603 to
2e6555f
Compare
hdonnay
force-pushed
the
hack/perf/offline_import
branch
from
August 17, 2026 19:17
2e6555f to
08f45bb
Compare
jvdm
reviewed
Aug 18, 2026
crozzy
requested changes
Aug 18, 2026
crozzy
left a comment
Contributor
There was a problem hiding this comment.
Seems like this will be a nice upgrade
hdonnay
force-pushed
the
hack/perf/offline_import
branch
2 times, most recently
from
August 18, 2026 19:20
a88b024 to
b578256
Compare
jvdm
approved these changes
Aug 20, 2026
This has the goal of reducing peak memory usage. Signed-off-by: Hank Donnay <hdonnay@redhat.com> Change-Id: I387d9289aad128724e57b9cebd213a3c6a6a6964
This also adds a test that can be used to profile the import process. Signed-off-by: Hank Donnay <hdonnay@redhat.com> Change-Id: I387d9289aad128724e57b9cebd213a3c6a6a6964
hdonnay
force-pushed
the
hack/perf/offline_import
branch
from
August 20, 2026 17:50
b578256 to
54e3a08
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
/fast-forward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This uses iterator interfaces to avoid buffering entire UpdateOperations in memory.