The basic measurement of a computing system is speed. Speed is is measured by:
- Execution time (or latency)
- Throughput
Throughput is usually relevant to I/O, particularly in large systems which handle many jobs.
Reducing the execution time will nearly always improve throughput, but not the reverse.
Continue reading