-
Notifications
You must be signed in to change notification settings - Fork 707
Closed
Labels
A-contract-runtimeArea: contract compilation and execution, virtual machines, etcArea: contract compilation and execution, virtual machines, etcA-params-estimatorArea: runtime params estimatorArea: runtime params estimatorA-storageArea: storage and databasesArea: storage and databasesT-contract-runtimeTeam: issues relevant to the contract runtime teamTeam: issues relevant to the contract runtime team
Description
With memtrie, we made our storage reads much faster. It already enabled stateless validation.
Now we want to lower at least compute costs, in order to also get single-shard performance improvements from that work.
In order to do that, we must retake ownership of parameters estimator, run it with the newest changes, and then consider what costs changes we should do.
Metadata
Metadata
Assignees
Labels
A-contract-runtimeArea: contract compilation and execution, virtual machines, etcArea: contract compilation and execution, virtual machines, etcA-params-estimatorArea: runtime params estimatorArea: runtime params estimatorA-storageArea: storage and databasesArea: storage and databasesT-contract-runtimeTeam: issues relevant to the contract runtime teamTeam: issues relevant to the contract runtime team