| CPUs {mosaicCalc} | R Documentation |
Characteristics of computer central processing unit chips over the decades
Description
Since single-chip central processing units were introduced in the early 1970s, performance has increased exponentially. Around 1965, Gorden E. Moore, a co-founder of the integrated circuit giant Intel, postulated that capacity of chips, measured as the number of transistors, doubles approximately every two years. Known as Moore's Law, this pattern has held true for decades.
Usage
data(CPUs)
Format
A data frame with 128 cases, each a computer CPU.
-
processorModel name/number of the processor -
transistorsNumber of transistors -
yearYear of market introduction of the CPU -
designerThe company that introduced the CPU -
processThe width of circuit elements, in nm. -
areaArea of the chip in mm-squared. -
densityThe number of transistors per unit area, simplytransistors/area.
Source
Dr. Joe Eichholz