wasmtime-dotnet icon indicating copy to clipboard operation
wasmtime-dotnet copied to clipboard

Instance.GetFunction Cache

Open martindevans opened this issue 1 year ago • 2 comments

Added a cache into the Instance.GetFunction and Instance.GetMemory methods. This reduces a benchmark fetching a function 1,000,000 times from 300ms to 30ms.

martindevans avatar Jan 16 '24 01:01 martindevans