Hacker News new | ask | show | jobs
by hirako2000 858 days ago
Why would we compare to webGL?

Shaders would only (tremendously) improve rendering vs dom elements.

And a Wasm can also leverage the GPU so it would yield similar performance comparing apple to apple.

V8 interpreting JS for CPU computation I think is what OP was asking for, as it is relevant to determine the best optimised route to get the highest performance on compute.

If most published benchmark are correct*, then a GPU for graphics applications complied into Wasm coming along CPU compute logic would perform better than its JS+WebGL counter part.

Would be nice to benchmark that to confirm.

*and they probably are as Wasm executes at near native speed. V8 executes certain operations at near native speed. The rest takes the overhead hit of the interpreter.

1 comments

Why compare to WebGL? Tweening is for games, and making games in the DOM or in a Canvas is silly.
I'm sorry I just may not understand. My point is that even graphic intensive games also are compute (CPU) intensive, so significant performance differences is where it matters. Webgl, WebGPU, wasm all execute shaders on the GPU I don't see the overhead to be critical and of much interest to benchmark. I could be wrong and some drastically different results could be observed but what I've read on the subject indicates it won't. Or I don't understand what you mean.