Why we care about growth, not seconds
When we ask 'how fast is this code?' we don't really mean wall-clock seconds — those depend on your machine, the JIT, what else is running. We mean: as the input gets bigger, how does the work scale? Big-O is a way to talk about that scaling without committing to a specific machine.
