Comment on What are some of the best optimizations you applied to your code?

<- View Parent
halloween_spookster@lemmy.world ⁨8⁩ ⁨months⁩ ago

If you think it’s slow, first prove it with a benchmark

So many crimes against maintainability are committed in the name of performance. Optimisation tears down abstractions, exposes internals, and couples tightly. If you’re choosing to shoulder that cost, ensure it is done for good reason.

source
Sort:hotnewtop