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

make NormalizeBidderName to do faster lookup #3138

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

gargcreation1992
Copy link
Contributor

Now - normalizeBidderName function is being used in the auction flow so we need to make sure that it does faster lookups.
This PR makes changes to not call bidderNameLookup function on every normalizeBidderName. Instead, bidderNameLookup now returns static map instead of function and that will be used to do lookups.
To handle alias cases - map is being updated while calling SetAliasBidderName function.

@Sonali-More-Xandr Sonali-More-Xandr merged commit 18edf18 into master Sep 26, 2023
3 checks passed
@bsardo bsardo removed the PBS 2.0 label Sep 26, 2023
@SyntaxNode SyntaxNode deleted the lookup branch October 2, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants