Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.1: ed25519_verify_cpu: remove allocation in hot path (backport of …
…#3941) (#3945) ed25519_verify_cpu: remove allocation in hot path (#3941) The old code was a remnant from a time when we tried to "balance" the amount of work across threads by re-batching and therefore allocating. This is a hot path. Allocations are bad. Let work stealing work its magic. (cherry picked from commit a53a876) Co-authored-by: Alessandro Decina <[email protected]>
- Loading branch information