Skip to content

Commit 3bfcf6c

Browse files
authored
Move period in mutable-heap-number.md (#793)
1 parent f02407b commit 3bfcf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/mutable-heap-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ These changes significantly speed up the peculiar `Math.random` function:
7171

7272
![`async-fs` benchmark results on a Mac M1. Higher scores are better.](/_img/mutable-heap-number/result.png)
7373

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.
7575

0 commit comments

Comments
 (0)