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

outline some throw calls for better perf #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jebej
Copy link

@jebej jebej commented Jun 30, 2021

Some perf improvements to help with #24, though I didn't change the actual algorithm

before

1000000 1.4934066
2000000 5.7797398                                                                          
3000000 12.987719                                                                          
4000000 22.4460305                                                                         
5000000 35.0980911                                                                         

after

1000000 1.0004782                                                                          
2000000 3.4104286                                                                          
3000000 7.6131039                                                                          
4000000 13.522259                                                                          
5000000 21.3657173                                                                         

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