mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-13 07:16:38 +00:00
This change further improves the performance of RLP encoding by removing allocations for big.Int and [...]byte types. I have added a new benchmark that measures RLP encoding of types.Block to verify that performance is improved.