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

refactor(mask): Parser perf improvements #1164

Merged
merged 5 commits into from
Apr 22, 2024

Conversation

rkaraivanov
Copy link
Member

  • Removed extra calls to parseMaskLiterals around the codebase.

  • Improved apply memory allocations by modifying an array instead of re-creating the masked string
    for each character.

* Removed extra calls to `parseMaskLiterals` around
the codebase.

* Improved `apply` memory allocations by modifying
an array instead of re-creating the masked string
for each character.
@rkaraivanov rkaraivanov merged commit 075e89b into master Apr 22, 2024
5 checks passed
@rkaraivanov rkaraivanov deleted the rkaraivanov/mask-parser-improvements branch April 22, 2024 14:13
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.

None yet

1 participant