Open In App

What is Hyper-Threading?

In history, there was only a single CPU’s system. Later on, system improves and CPU contain the cores. Like dual core CPU, 4-Core CPU, 8-Core CPU and so on. Core means these are logical CPU’s. To again improve the system, Hyper-Threading technology is used. In Hyper-Threading one core contains 1 or more threads and that threads again behave like logical CPU’s. Because of it, several processes can run on different threads and improve the performance of the system.

Advantages

Disadvantages

How to check our system supports the Hyper-Threading or not?

If Thread(s) per Core is greater than 1 then we can say that this system support the Hyper-Threading.

Thread(s) per core > 1

Overall, Hyper-Threading improve the performance of multi-threaded applications on systems in modern computers via concurrent execution.

Article Tags :