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(math): rewrite UnicodeDigits to improve performance #297

Merged
merged 6 commits into from
Oct 9, 2022
Merged

Conversation

alimd
Copy link
Member

@alimd alimd commented Sep 23, 2022

Befor: 8k opt/s
After RegExp: 10k opt/s
With common option: 63k opt/s !

@alimd alimd added breaking-change A change that changes the API or breaks backward compatibility for users. performance Improving performance of the project, not introducing new features. labels Sep 23, 2022
@alimd alimd merged commit 7bc8ae3 into next Oct 9, 2022
@alimd alimd deleted the feat/map branch October 9, 2022 12:54
@github-actions
Copy link

Pull Request closed and locked due to lack of activity.
If you'd like to build on this closed PR, you can clone it using this method: https://stackoverflow.com/a/14969986
Then open a new PR, referencing this closed PR in your message.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2022
@njfamirm njfamirm added this to the v0.x milestone Dec 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change A change that changes the API or breaks backward compatibility for users. performance Improving performance of the project, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants