Skip to content
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
Closed
@pepyakin

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

added
I7-refactorCode needs refactoring.
I9-optimisationAn enhancement to provide better overall performance in terms of time-to-completion for a task.
on Jun 23, 2018
pepyakin

pepyakin commented on Jul 2, 2018

@pepyakin
ContributorAuthor

Subsumed by #257

added a commit that references this issue on Apr 21, 2021
ghost added a commit that references this issue on Sep 23, 2021
65ac6f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    I7-refactorCode needs refactoring.I9-optimisationAn enhancement to provide better overall performance in terms of time-to-completion for a task.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Memoize wasmi Module · Issue #238 · paritytech/substrate