mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-01 23:30:26 +00:00
## Proposed Changes Allocate less memory in sync by hashing the `SignedBeaconBlock`s in a batch directly, rather than going via SSZ bytes. Credit to @paulhauner for finding this source of temporary allocations.