|
|
|
|
|
by leethaxor
1305 days ago
|
|
> A real world example is esbuild, the author implemented it both Rust and Go initially. The Go version was faster and the code simpler. Which is why it's implemented in Go. But why is swc faster than esbuild then? The code isn't even considerably more complex. |
|
I'm saying the performance of Go can sometimes be surprisingly fast. Not that it's magic.