peterhuene updated PR #5 from instance-pools
to main
:
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to
allow for alternative instance resource allocation strategies.One such strategy will be a "pooling instance allocator" that can quickly
allocate instances, memories, and tables from the host address space that has
been reserved in advance.This RFC is inspired by a Lucet performance feature called "regions".
Last updated: Nov 22 2024 at 17:03 UTC