erigon-pulse/internal/ethapi
Andrew Ashikhmin b16e560529
Use uint256.Int rather than common.Hash for storage values to reduce memory allocation in opSload & opSstore (#575)
* Produce less garbage in GetState

* Still playing with mem allocation in GetCommittedState

* Pass key by pointer in GetState as well

* linter

* Avoid a memory allocation in opSload

* Use uint256.Int rather than common.Hash for storage values to reduce memory allocation in opSload & opSstore

* linter

* linters

* small clean up
2020-05-25 12:12:25 +01:00
..
addrlock.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
api.go Use uint256.Int rather than common.Hash for storage values to reduce memory allocation in opSload & opSstore (#575) 2020-05-25 12:12:25 +01:00
backend.go eth/filters: remove use of event.TypeMux for pending logs (#20312) 2020-01-30 13:36:30 +02:00
get_proof.go Non scalable but correct implementation of eth_getProof (#562) 2020-05-20 15:32:50 +01:00