Hacker News new | ask | show | jobs
by aflag 1892 days ago
What's the use case where a 200MB binary size is a problem?
1 comments

The use case where said binary is shipped to GCE instances hundreds/thousands times per day, for stress testing and unit testing of cockroachdb.
If most of the bytes are indeed cruft, can't you just send binary diffs around? I imagine they should change that much between compilations? It seems to be an issue for db developers but not for users.