Skip to content

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

@yihuang

Description

@yihuang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions