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
Copy file name to clipboardExpand all lines: src/blog/mutable-heap-number.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,5 +71,5 @@ These changes significantly speed up the peculiar `Math.random` function:
71
71
72
72

73
73
74
-
The combined effect of these optimizations is a remarkable `~2.5x` speedup on the `async-fs` benchmark. This, in turn, contributes to a `~1.6%` improvement in the overall JetStream2 score .This demonstrates that seemingly simple code can create unexpected performance bottlenecks, and that small, targeted optimizations can have large impact not just for the benchmark.
74
+
The combined effect of these optimizations is a remarkable `~2.5x` speedup on the `async-fs` benchmark. This, in turn, contributes to a `~1.6%` improvement in the overall JetStream2 score. This demonstrates that seemingly simple code can create unexpected performance bottlenecks, and that small, targeted optimizations can have large impact not just for the benchmark.
0 commit comments