Crate solana_perf
source ·Modules
Utility to deduplicate baches of incoming network packets.
The
packet
module defines data structures and methods to pull data from the network.The
sigverify
module provides digital signature verification functions.
By default, signatures are verified in parallel using all available CPU
cores. When perf-libs are available signature verification is offloaded
to the GPU.