Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information