Which is more efficient, Hyper Threading or multithreading via a multi-core processor?
This entry was posted in Programming and tagged efficient, Hyper, more, MultiCore, Multithreading, Processor, Threading. Bookmark the permalink.
Powered by Yahoo! Answers
multithreading on a multiple-core CPU is more efficient.
Hyperthreading merely allows two threads to share processing time on a single-core CPU.
Multithreading on multiple cores means there is no need to share processing time on a CPU core.