Skip to content

Improving Speed in Simulations #6292

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

Closed
JONEmoad opened this issue Nov 12, 2023 · 2 comments
Closed

Improving Speed in Simulations #6292

JONEmoad opened this issue Nov 12, 2023 · 2 comments
Labels
T-feature Type: feature

Comments

@JONEmoad
Copy link

JONEmoad commented Nov 12, 2023

Component

evm

Describe the feature you would like

I'd like to suggest an enhancement for evm sim, focusing on the eth_getStorageAt call functionality. Currently, the approach of individually sending requests for each storage slot can be quite inefficient, especially when dealing with numerous slots for a single address.

A potential improvement could be the implementation of batch or parallel request processing. By allowing multiple eth_getStorageAt requests to be sent in a single call or concurrently, the efficiency and processing time could be significantly improved. This feature would be particularly impactful in simulation environments, offering a substantial boost in performance and a noticeable difference in overall efficiency.

This enhancement could dramatically speed up simulations

@JONEmoad JONEmoad added the T-feature Type: feature label Nov 12, 2023
@gakonst gakonst added this to Foundry Nov 12, 2023
@github-project-automation github-project-automation bot moved this to Todo in Foundry Nov 12, 2023
@mds1
Copy link
Collaborator

mds1 commented Nov 12, 2023

Closing as a duplicate of #5363

However I do agree this would be a significant performance improvement for fork tests, so cc’ing @mattsse @Evalir for visibility

@mds1 mds1 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Foundry Nov 12, 2023
@BABA3344
Copy link

In all this time, the issue has not been taken seriously. This is disappointing @mattsse @Evalir @gakonst @DaniPopes @onbjerg @klkvr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: feature
Projects
Archived in project
Development

No branches or pull requests

3 participants