Categories
Posts

Characteristics of a Fast Program

From a presentation on the internals of the H2O web server ( something I had previously mentioned ) by Kazuho Oku, slide 21 ( emphasis is mine ):

Characteristics of a fast program:
1. Executes less instructions
speed is a result of simplicity, not complexity

Getting the same result with less work and less complexity is a good thing.