14 ms·
Actually, Numpy-using-code is closer to native speeds than pure Python is. The thing that seems to cause a greater gap between wasm and native speeds is lots o
by mdboom 8y ago
Actually, Numpy-using-code is closer to native speeds than pure Python is.
The thing that seems to cause a greater gap between wasm and native speeds is lots of Python-level function calls, not the tight C loops that make up much of Numpy.