I wonder how much of a perf hit a normal multithreaded Unix application would take because of this model.
Are there any data points around the multi-threading perf here?
Usually it adds an extra 10-25% of overhead when the WASIX program uses systemcalls that require unwind/rewind functionality (this is for fork and subprocesses mainly, the multithreaded ones doesn't require asyncify and as such should not experience a performance hit)
syrusakbary|2 years ago
chatmasta|2 years ago