Premature optimization is a massive time vampire and the quickest way to introduce accidental complexity. It turns a simple 10-line function into a convoluted mess of bit-shifting or over-abstracted design patterns that future-you won't even be able to read. Clean, boring code that is easy to delete or rewrite is always superior to clever, unreadable code optimized for a problem you might never have.