[ GLOSSARY DEFINITION ]
Performance
Threads
How many tasks a CPU can run in parallel; with SMT, each core handles two threads.
Also known as:
Thread Count
Full Definition & Technical Explanation
Threads are parallel execution streams. With SMT/Hyper-Threading, each physical core runs two threads — e.g., Total Cores: 8, Total Threads: 16.
More threads help video encoding, rendering, and multitasking. Single-core-heavy apps care more about clock speed and IPC.
Related Technical Terms
CPU
The main processor that executes apps and system tasks; more cores/clock = faster general performan…
Performance
CPU Cores
Independent processing units in a CPU; more cores handle more tasks at once.
Performance
SMT
Technology that runs two threads per CPU core, improving multi-tasking throughput.
Performance