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

[EPIC] too many memory allocations in tx execution #429

Open
3 of 6 tasks
yihuang opened this issue Mar 19, 2024 · 0 comments
Open
3 of 6 tasks

[EPIC] too many memory allocations in tx execution #429

yihuang opened this issue Mar 19, 2024 · 0 comments

Comments

@yihuang
Copy link
Collaborator

yihuang commented Mar 19, 2024

Proposal: reduce memory allocations in tx execution

Current behavior:

When benchmark parallel EVM execution, memory allocation, and GC seem becoming a bottleneck.

And there are indeed many unnecessary allocations in both SDK and ethermint

Desired behavior:

Pick some low hanging fruits first:

  • big int and legacy decimals
  • unnecessary conversions between different representations (protobuf <-> go-ethereum).

Use case: [Why is this important (helps with prioritizing requests)]

Requests may be closed if we're not actively planning to work on them.

Tracking

@yihuang yihuang changed the title Problem: too many memory allocations in tx execution [EPIC] too many memory allocations in tx execution Apr 17, 2024
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

No branches or pull requests

1 participant