Monday, March 6, 2023

Show HN: I made calling WebAssembly from Python 25x times Faster https://ift.tt/e3jpcHJ

Show HN: I made calling WebAssembly from Python 25x times Faster I found a serious bottleneck in Python binding of Wasmer and Wasmtime and I found a trick to make 25x faster. Then beat all that using NumPy. https://ift.tt/32vkRYf March 6, 2023 at 01:58PM

No comments:

Post a Comment

Show HN: val – An arbitrary precision calculator language https://ift.tt/1JxjPhf

Show HN: val – An arbitrary precision calculator language Wrote this to learn more about the `chumsky` parser combinator library, rustyline,...