Hacker News new | ask | show | jobs
by schara 1128 days ago
I have 13043 .exe files on this computer, at 90MB a piece that would be 1TB.
1 comments

If most executables on your machine used Bun, then it would be a bundled shared library on your system eliminating the bulk of the 90mb executable size. Just like the shared libraries the 13043 .exe files on your computer are currently linking to.
Sure but then we're loosing the simplicity advantage of having only a single executable right?