Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #309/0e193194 backport][2.2] Use a customized version of QueryExistingArtifacts #314

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Nov 16, 2023

This is a backport of PR #309 as merged into main (0e19319).

In this change, the stage is comparing only sha256 digests between existing and newly added artifacts. Furthermore, the time complexity for the old comparison was O(N^2). With the change, we work with O(2N).

closes #289

In this change, the stage is comparing only sha256 digests between
existing and newly added artifacts. Furthermore, the time complexity
for the old comparison was O(N^2). With the attached change, we work
with O(2N).

closes #289

(cherry picked from commit 0e19319)
@lubosmj lubosmj merged commit 6526204 into 2.2 Nov 16, 2023
13 checks passed
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.

1 participant