top | item 37440988

(no title)

svnpenn | 2 years ago

on mine it is 1,354 KB. I prefer the 10x LOC savings over a megabyte of hard drive, but you do you.

discuss

order

commonlisp94|2 years ago

It's not about hard drive space, it's about start up time.

The 10x LOC (despite being a huge exaggeration) is also the fixed cost, not the marginal cost. You're only forging main loop and includes, not any fundamental complexity.

This is also a funny argument coming from a Go programmer considering that Go trades off conciseness and expressivity for simplicity. Show me some of your favorite Go and I'm sure we can replace it with some concise C++.

38|2 years ago

> C++

I just physically shuddered

BenjiWiebe|2 years ago

But if everything was written in Go it might be 1 megabyte * the number of users of coreutils. Might be worth using a few more lines of code to save a little bit of space on a lot of machines.