by FlorianRappl on 1/9/25, 2:26 PM with 3 comments
The answer is yes. Right now it's still feature incomplete (so generally I would not make this a too strong statement), but as of today it's faster than the tested competition (rspack, vite, esbuild).
by FlorianRappl on 1/9/25, 3:26 PM
The main reason why C#/.NET can be viable in that space is AoT. Without AoT the startup performance (as well as runtime requirements) is killing the whole idea.
AoT, on the other hand, comes with some challenges. Some libraries cannot be used or require some work to be integrated. Hence, some of the flexibility of .NET cannot be used.
by neonsunset on 1/9/25, 6:09 PM
(obviously can be further optimized but hey it already beats the alternatives)