zenhocky13@lemmy.world to Programming@programming.devEnglish · 2 years agogoing fast is about doing lessyoutu.beexternal-linkmessage-square22fedilinkarrow-up113arrow-down12
arrow-up111arrow-down1external-linkgoing fast is about doing lessyoutu.bezenhocky13@lemmy.world to Programming@programming.devEnglish · 2 years agomessage-square22fedilink
minus-squaremuhanga@programming.devlinkfedilinkEnglisharrow-up2·2 years 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?