This is related but a bit OT for both the topic and the OCaml forum, but I rather have this in this topic.
I’m just wondering if anyone has experience with webworkers. I’m getting miserable performance (70s) using them in contrast to blocking the page UI thread (3s), even if I subtract the data transfert overhead of 2-3s, that still seems a bit egregious.
Not sure if I’m doing something wrong or if that’s kind of expected, anyone has a hint ?