|
|
|
|
|
by Aeolun
1680 days ago
|
|
After I compile my Rust or C app (and pull all attendant libraries to make that possible, spread all over my system) I’ve downloaded about 500MB of code. The resultant binary is 10MB. If I do the same thing with my JS app, I still download a bunch of libraries, but puts them all in node_modules. That’s also about 500MB. The resulting compiled/built code is around 2MB. I dunno, seems roughly the same. |
|
With respect to the package size issue, the 500MB-to-2MB observation does not bode well for the claim of irreducibility.