Hi,

I am trying to optimize some wasm code that runs into the browser.
So far, the performance is acceptable if not slightly faster than probably 
unoptimized js DOM manipulation (comparing my implementation of TODOMVC 
with the vanilla javascript one and react one)

One issue I see is that  triggering event handlers that calls into wasm 
seem to incur a big overhead penalty (~25ms)

Any idea if this is normal and ways to alleviate it if so? (I haven.t tried 
using tinyGo yet)

You can find a screenshot of the perf profile here : CDT Perf Profile 
screenshot <https://ibb.co/3SvcySG>

Many thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3d7428d4-dc2f-4faf-84f0-386bce5519ffn%40googlegroups.com.

Reply via email to