good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b16e5605 authored by Andrew Ashikhmin's avatar Andrew Ashikhmin Committed by GitHub
Browse files

Use uint256.Int rather than common.Hash for storage values to reduce memory...

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
parent db746bba
No related branches found
No related tags found
No related merge requests found
Showing
with 225 additions and 195 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment