solana/perf
mergify[bot] bc18e44526
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 a53a87657c945efd0fc2c6d7edcc2213cff44495)

Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
2025-01-08 11:22:12 -06:00
..
benches Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
src v2.1: ed25519_verify_cpu: remove allocation in hot path (backport of #3941) (#3945) 2025-01-08 11:22:12 -06:00
Cargo.toml Remove frozen-abi build script (#2911) 2024-09-17 06:08:48 +00:00
build.rs Remove frozen-abi build script (#2911) 2024-09-17 06:08:48 +00:00