zenhocky13@lemmy.world to Programming@programming.devEnglish · 1 year agogoing fast is about doing lessyoutu.bevideomessage-square23fedilinkarrow-up118arrow-down12
arrow-up116arrow-down1videogoing fast is about doing lessyoutu.bezenhocky13@lemmy.world to Programming@programming.devEnglish · 1 year agomessage-square23fedilink
minus-squaremuhanga@programming.devlinkfedilinkEnglisharrow-up2·1 year agoI learned this lesson through one of my optimization tasks. Speeding up programm by just reducing input data by 80% solved multiple problems. And real eye openner was an “article” about grep: https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html Basically if you have less work you will do it faster. Since then my first question is always: Can we do less work?
I learned this lesson through one of my optimization tasks. Speeding up programm by just reducing input data by 80% solved multiple problems. And real eye openner was an “article” about grep: https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html
Basically if you have less work you will do it faster. Since then my first question is always: Can we do less work?