Hacker News new | ask | show | jobs
by senkora 1318 days ago
You mean simultaneous multithreading (SMT), aka hyperthreading.

Symmetric multiprocessing (SMP) is when all processors have uniform distance from all memory, as opposed to non-uniform memory access (NUMA).

1 comments

D'oh! You're absolutely right. Fixed my comment, thank you!