This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Memoize wasmi Module #238
Closed
Description
Profiling shows that we spend a great portion (about 50%) of time repeatedly loading wasmi modules and immediately dropping them after the execution.
Since that's quite ineffective we can memoize wasmi Module for the particular code and reload it only if it gets changed.
Activity
pepyakin commentedon Jul 2, 2018
Subsumed by #257
added inflation types (paritytech#238)
Feature/update substrate (paritytech#238)
Fix u128 jsonrpc serialization/deserialization issue (paritytech#238)
Fix noting rounds for non-authorities (#238)
Integrate BEEFY (#9833)