|
|
|
|
|
by robko
2685 days ago
|
|
You are correct. The code is using an inefficient cache access pattern, so most of the time is spent waiting. You probably won't get 100x faster without SIMD, but 10x is certainly doable. Unfortunately, SIMD.js support has been removed from Chrome and Firefox a while ago, even though it is not available in wasm to this day. |
|