You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Using sabayon as the fallback for synchronous operations via Atomics
1046
+
<p>Using <em>coincident</em> as the fallback for synchronous operations via Atomics
1044
1047
should be <strong>the last solution to consider</strong>. It is inevitably
1045
1048
slower than using native Atomics.</p>
1046
-
<p>If you must use sabayon, always reduce the amount of synchronous
1047
-
operations by caching references from the <em>main</em> thread.</p>
1049
+
<p>If you must use <code>service-worker</code> attribute, always reduce the amount of
1050
+
synchronous operations by caching references from the <em>main</em> thread.</p>
1048
1051
<divclass="language-python highlight"><pre><span></span><code><spanid="__span-3-1"><aid="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><spanclass="c1"># ❌ THIS IS UNNECESSARILY SLOWER</span>
0 commit comments