11
going fast is about doing less
(youtu.be)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Less lines doesn't automatically mean a CPU does less. I can write a one liner in ruby that will munch through a thread. But in general you're correct imo
My comment though was more that performance isn't about just CPU time. Development time is another performance metric, as is maintenance, overly complicated abstractions can yield big brain points but rarely anything else
If you solve only the problem you have with less code (why, some sort of example driven development may be of service here) then you're on the road to better everything