lighthouse/consensus/ssz_types
Paul Hauner 5114aee5cf Avoid allocations on VariableList (#1921)
## Issue Addressed

NA

## Proposed Changes

Avoids lots of grow allocations when decoding a `VariableList` of fixed-length items. This is the function used for decoding the `state.validators` list.

## Additional Info

NA
2020-11-17 04:28:40 +00:00
..
src Avoid allocations on VariableList (#1921) 2020-11-17 04:28:40 +00:00
Cargo.toml add quoted serialization util for FixedVector and VariableList (#1794) 2020-10-29 23:25:21 +00:00