ethereumjs-monorepo
ethereumjs-monorepo copied to clipboard
evm: move map -> array for opcodes/gas
This PR changes the internal Opcodes / Dynamic Gas type from Map -> Array. Array lookups seem faster than Map.
Also super small code cleanup, such as removing unused arguments (_common)
I add blocked/do-not-merge labels so that this does not get accidentally merged.
For context see #work channel discussion.
Ah right, sorry, should have done that also. Thanks for adding :smile: :+1:
Have also marked as draft!
I think we might want to close here and not act upon this?
Yep!