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

Optimize Array to reduce Flow's Mtrie size and reduce number of reads #297

Closed
fxamacker opened this issue Mar 8, 2023 · 1 comment
Closed
Assignees
Labels
E&V Team Execution / Verification / Edge Team

Comments

@fxamacker
Copy link
Member

fxamacker commented Mar 8, 2023

Issue To Be Solved

We can reduce memory use on Flow execution nodes.

See https://github.com/dapperlabs/flow-go/issues/6320

Suggested Solution

Optimize scalable Array to reduce memory use after completing #296.

Incorporate lessons learned during #296 (e.g. any unexpected issues found during Cadence integration) to avoid similar issues (if any) while optimizing scalable Array. If feasible, the solution should make changes to Cadence minimal (if any are required).

Updates #292
Updates onflow/flow-go#1744

@fxamacker fxamacker self-assigned this Mar 8, 2023
@fxamacker fxamacker changed the title Optimize Array to reduce Flow's Mtrie size Optimize Array to reduce Flow's Mtrie size and reduce number of reads Mar 9, 2023
@j1010001 j1010001 added the E&V Team Execution / Verification / Edge Team label Mar 29, 2023
@fxamacker
Copy link
Member Author

Closed by #342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E&V Team Execution / Verification / Edge Team
Projects
None yet
Development

No branches or pull requests

2 participants