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 a53a87657c945efd0fc2c6d7edcc2213cff44495) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com> |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
build.rs |