DiscussionsIssue archiveOther usage issues

Archived discussion

Webassembly performance degradation

Other usage issuesFri, 05/06/2022 - 13:402 replies

Browse this forum
QuestionAuthor

When I compiled the code into WASM, I found a significant performance degradation. This is five times less than native c++ code.
I suspect there are several reasons:

1. Webassembly VM
2. Multithreading doesn't work
3. Virtual file system ?

Any suggestions for improving performance?

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1
02Commenter-2

Has anyone tried comparing performance with native WASM exceptions since it seems to be enabled now.