|
|
|
|
|
by stromgo
3113 days ago
|
|
Those of you who tried WebAssembly, what kind of performance are you getting compared to native? In my application, execution time is about 200% of native, which is quite bad compared to the few benchmarks I could find:
https://hacks.mozilla.org/2016/10/webassembly-browser-previe...
https://blog.acolyer.org/2017/09/18/bringing-the-web-up-to-s... It's a head-scratcher as my code is nothing special and I don't see what I could be doing wrong. Then it occurred to me that these benchmarks look suspicious, with many scores below 100%. Are there fair benchmark results somewhere, measured by someone not trying to promote WebAssembly? What performance ratios are HN readers getting currently, and what performance ratios should we expect in the long term? |
|