mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
kzg4844.Blob is 131072 bytes. Using `for _, blob := range` copies the entire blob on each iteration. With up to 6 blobs per transaction, this wastes ~768KB of memory copies. Switch to index-based iteration and pass pointers directly. |
||
|---|---|---|
| .. | ||
| apitypes | ||
| testdata | ||
| api.go | ||
| api_test.go | ||
| auditlog.go | ||
| cliui.go | ||
| gnosis_safe.go | ||
| signed_data.go | ||
| signed_data_test.go | ||
| stdioui.go | ||
| uiapi.go | ||
| validation.go | ||
| validation_test.go | ||