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.

Investigate instance pooling strategy in wasmtime #10244

Closed
@pepyakin

Description

Since some time, wasmtime supports instance pooling. In theory, this mechanism should improve startup latency.

If so, we may not need to employ our own rolled hacked such as "fast instance reuse" mechanism, which already gives us some pain. For example, it takes more effort to implement (#9164 (comment)) or potentially may give way to hard to debug errors (#10095).

Metadata

Assignees

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

  • Status

    done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions