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: pages/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ export default function Home({ allPostsData, description, words }) {
69
69
also showed how to beat the performance of <code>grep</code> by just <Linkhref="/beating-grep-with-go">using goroutines</Link>.
70
70
</p>
71
71
<p>
72
-
My <Linkhref="/installing-npm-packages-very-quickly">experimental package manager</Link> uses simple concurrency patterns to be faster than every package manager aside from Bun (which is 11% faster) when cold-installing from a lockfile.
72
+
My <Linkhref="/installing-npm-packages-very-quickly">experimental package manager</Link> uses simple concurrency patterns to be faster than every package manager aside from Bun (mine is 11% slower) when cold-installing from a lockfile.
73
73
</p>
74
74
<p>
75
75
I've created a few small programming languages and related tools, including a <Linkhref="/compiling-a-forth"> Forth compiler</Link>, a <Linkhref="/lisp-to-javascript-compiler">Lisp-to-JavaScript compiler</Link>, which I turned into an <Linkhref="/lisp-compiler-optimizations">optimizing compiler</Link>, and for which I wrote a <Linkhref="/compiling-lisp-to-bytecode-and-running-it">bytecode VM</Link>.
0 commit comments