-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve the performance #16
Conversation
This looks good! I homogenized the formatting a bit, but didn't make any semantical changes. Before I merge this: Is |
Good point, I just removed SparseArrays from the dependency. |
@jlbosse The CI failure seems to be irrelevant to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for this! I merged and released a new version, so once JuliaRegistries/General#115689 is merged you should be able to get the new version from the General registry |
Cheers! |
The performance can be improved a lot by writing the loops explicitly. These improvements are useful in my friend's project. @jlbosse Do you have time to get this PR reviewed?