Show HN: Netpack – a bundler written in C#/.NET(github.com) This is a small experiment I've worked on during my winter vacation. I wanted to see if instead of using Rust / Go / Zig / whatever for development of web tools C#/.NET might be a viable alternative (esp. in terms of performance). 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). |