Remove Linq from ECDSA and UInt classes#1208
Remove Linq from ECDSA and UInt classes#1208shargon wants to merge 19 commits intoneo-project:masterfrom
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. |
lock9
left a comment
There was a problem hiding this comment.
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