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

Optimize split_vault_keys method for large bag #364

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Conversation

tas50
Copy link
Contributor

@tas50 tas50 commented Nov 13, 2020

With 10k secrets the regexp union is quite big and applying it to
the 20k keys takes around 2 minutes...
Also the Regexp was too greedy and could match normal items as sparse
one.

This is a copy of #362 without the style fixes

Signed-off-by: Baptiste Courtois b.courtois@criteo.com

With 10k secrets the regexp union is quite big and applying it to
the 20k keys takes around 2 minutes...
Also the Regexp was too greedy and could match normal items as sparse
one.

Signed-off-by: Baptiste Courtois <b.courtois@criteo.com>
@tas50 tas50 requested review from a team as code owners November 13, 2020 19:11
@tas50 tas50 added the Expeditor: Bump Version Minor Used by github.minor_bump_labels to bump the Minor version number. label Nov 13, 2020
@tas50 tas50 merged commit e02872a into master Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expeditor: Bump Version Minor Used by github.minor_bump_labels to bump the Minor version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants