Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

EVM gas for memory tiny optimization #1578

Merged
merged 4 commits into from Jul 12, 2016
Merged

EVM gas for memory tiny optimization #1578

merged 4 commits into from Jul 12, 2016

Conversation

tomusdrw
Copy link
Collaborator

@tomusdrw tomusdrw commented Jul 11, 2016

Benches:
Comparison with ethvm:

Example 1 (loop)
ethvm: 1.50573 seconds.
usize: Time: 0.452586528s
U256: Time: 0.631101462s

Example 2 (rng)
ethvm: 7.7506 seconds.
usize: Time: 1.999621423s
U256: Time: 2.413986383s

@tomusdrw tomusdrw added the A0-pleasereview 🤓 Pull request needs code review. label Jul 11, 2016
@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 11, 2016
@gavofyork gavofyork merged commit 92fd00f into master Jul 12, 2016
@gavofyork gavofyork deleted the evm-bench branch July 12, 2016 07:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants