[–] verdverm 7y ago ↗ I don't really consider go binaries large when I compare to the size of my node_modules.Is ~100MB large these days?Maybe for a go binary, mine all seem to be < 30MB [–] craftoman 7y ago ↗ Node_modules fetch readmes, images, tests etc. The actual assets that are loaded to your code are less than half of every module, sometimes 10-30%
[–] craftoman 7y ago ↗ Node_modules fetch readmes, images, tests etc. The actual assets that are loaded to your code are less than half of every module, sometimes 10-30%
2 comments
[ 3.4 ms ] story [ 11.2 ms ] threadIs ~100MB large these days?
Maybe for a go binary, mine all seem to be < 30MB