wasm-face-detection
wasm-face-detection copied to clipboard
Web worker performance
HI guys, ho you can suggest something about my issue. I removed canvas manipulations from your example, and run the wasm/emscripten module inside a dedicated worker. It works, yes, but the same compilation set runs 3 times faster in the main thread comparing to the worker (~60ms per track operation vs ~180ms in a worker). How to overcome the issue? why can it happen?