-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove Linq from ECDSA and UInt classes #1208
Conversation
There is a better way to optimize |
There are more optimizations like |
@erikzhang Te goal of this PR is more about for remove Linq from certains critical areas, Is totally compatible with other improves. So I don't understand very well why It should wait for #1178. |
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.
Thanks Shargon.
Hi @erikzhang #1178 is merged.
Shargon just replaced methods that we were using Linq with some helper methods.
Please wait for me. I will make a PR to make some improvement. |
Closed in favor of #1283 |
Related to: #939
Wait for: #1178
With the following example, and avoiding Linq, we can obtain more than 216% of performance with 1000 ECPoint.
Result