6 ms·
Say I have a quadcore with hyperthreading, does this mean 4 + 8 + 1? Or is it either the physical or the logical cores (whichever is higher)?
by c00ki3s 16y ago
Say I have a quadcore with hyperthreading, does this mean 4 + 8 + 1? Or is it either the physical or the logical cores (whichever is higher)?
- ars 16y agoHow do you get 4 + 8? But anyway, it's logical cores, not physical ones. The kernel can multi-task processes, but each process still gets exclusive use of the CPU when it runs. So if it doesn't need an adder, that adder sits idle. With hyperthreading you can run two processes at once and the CPU merges them at the instruction level making maximum use of the components on the CPU.