Hardware Performance Flashcards
typical HDD seek time
4 - 15 ms [ according to wikipedia as of 2010]
Typical SSD seek time
.08 to .15 ms
the two categories of hard disk performance characteristics
access time and data transfer time
L1 cache reference
1ns
Branch mispredict
3ns
L2 cache reference
4ns [2020]
Mutex lock/unlock
17ns [20ns]
Main memory reference
100ns
Why were CPU caches invented (I.e l1, l2 etc)?
Cpu speed was improving faster than RAM (DRAM speed), so people invented CPU caches (memory inside that CPU, I.e SRAM to remove the performance bottleneck)
Name a top end consumer CPU and L1 cache size in 2021
Intel i9 9980 XE; 1MB L1
FSB
a computer communication interface (bus) (front side bus) that was often used in Intel-chip-based computers during the 1990s and 2000s
Thermal design power
sometimes called thermal design point, is the maximum amount of heat generated by a computer chip or component that the cooling system in a computer is designed to dissipate under any workload.
Typical l2 cache size 2021
256KB to 8MB
Max 2021 l3 cache size
32mb for consumer, 64 mb for server
Which caches are core specific and which are shared between the cores?
L1 and l2 are core specific. L3 is shared among the cores