Earlier quoted context omitted.
> Rob Pike probably has never written a program where performance really mattered Rob Pike has written window system software which ran in what now would be called a "thin client" over a 9600 baud modem and rendered graphics using a 2MHz CPU. He probably knows a thing or two about performance tuning.
By "rendered graphics" you mean "place characters on screen"? If the bottleneck for that is a 9600 baud modem throughput, there's not a lot you need to optimize, even on a 2MHZ CPU. Also, having programmed more constrained systems decades ago doesn't magically make you knowledgeable on performance on modern hardware with completely different capabilities. In fact, it's probably what causes you to develop a "computers…
It was a fully graphical 800x1024 (or 1024x1024) system running on 1982 processors.
https://en.wikipedia.org/wiki/Blit_(computer_terminal)
> having programmed more constrained systems decades ago doesn't magically make you knowledgeable on performance
Perhaps not but it does mean you've "written a program where performance really mattered" which I believe was the original claim?