The fastest programs are the ones that don't prepare themselves to do something and then don't do that thing. Another way to say just do one thing well.
The fastest programs return 0 immediately and don't do shit.
Why GNU grep is fast (2010)
71–80 of 133 posts
Re: Why GNU grep is fast (2010)
#72Re: Why GNU grep is fast (2010)
#73Re: Why GNU grep is fast (2010)
#74Re: Why GNU grep is fast (2010)
#75 $ grep --mmap "fleagle" *
grep: the --mmap option has been a no-op since 2010
...
Coincidentally, the article is from 2010.Re: Why GNU grep is fast (2010)
#76Earlier quoted context omitted.
hey hey hey, if you want hacker news to stay fast you should't make it do too much!
The systems I wrote were independent of HN and didn't slow it down. I got significant grief for them and pulled them. Standard "wisdom" for start-ups includes "If you're not embarrassed by your first product then you didn't launch early enough," and "Try the minimal viable product before investing too much time." I both launched early, and made sure the "product" was absolutely minimal. It got slated by the people it…
Re: Why GNU grep is fast (2010)
#77The inverse is this...what is modern software doing that makes them so slow?
Re: Why GNU grep is fast (2010)
#78Re: Why GNU grep is fast (2010)
#79The fastest programs are the ones that don't prepare themselves to do something and then don't do that thing. Another way to say just do one thing well.
The fastest programs return 0 immediately and don't do shit.