Thoughts
I missed this originally, but it's crazy that bun is a faster bundler than esbuild (within error bounds)
> The main goal of the esbuild bundler project is to bring about a new era of build tool performance
- esbuild.github.io/
Talk about success.
Also:
> Go can be lightning fast, but only if you leave idiomatic Go behind.
https://avittig.medium.com/golangs-big-miss-on-memory-arenas-f1375524cc90
What excites me about Zig is how close performant code and idiomatic code are.