|
|
|
|
|
by nusaru
1710 days ago
|
|
Some section titles from the FAQ[1]: > Why is esbuild fast?
> - It's written in Go and compiles to native code.
> - Parallelism is used heavily.
> - Everything in esbuild is written from scratch.
> - Memory is used efficiently. > Production readiness
> - Used by other projects
> - API stability
> - Only one main developer
> - Not always open to scope expansion 1: https://esbuild.github.io/faq/ |
|