Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce allocations on VM instruction loop #79

Merged

Conversation

omerfirmak
Copy link
Contributor

before

64 29953358 ns/op 5816382 B/op 240129 allocs/op

after

97 15180877 ns/op 11495353 B/op 43 allocs/op

almost 0 GC on the hot path and a %100 speed up. The ones that are still there are segment allocations

Copy link
Contributor

@rodrigo-pino rodrigo-pino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really awesome work!!!

@rodrigo-pino rodrigo-pino merged commit b13df19 into NethermindEth:main Oct 2, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants