You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
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
The text was updated successfully, but these errors were encountered: