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

FIXES #137: make calling wasm from python 7x faster

Open muayyad-alsadi opened this issue 1 year ago • 8 comments

this is a great enhancement from 43 ms to 6 ms in @alexprengere question in #96

0.0002523580042179674 # math_gcd
0.0014094869984546676 # python_gcd
0.043804362998344004  #  wasm_gcd
0.005873051006346941  # wasm_gcd_alt <-------- my change

muayyad-alsadi avatar Mar 25 '23 22:03 muayyad-alsadi