Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Memoize wasmi Module #238

@pepyakin

Description

@pepyakin

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.

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