Options
Nik Adilah Hanin Zahri
Preferred name
Nik Adilah Hanin Zahri
Official Name
Nik Adilah Hanin , Zahri
Alternative Name
Zahri, Nik Adilah Hanin Binti
Zahri, N. A.H.
Hanin, Nik Adilah
Zahri, Nik Adilah Hanin
Adilah Hanin Zahri, Nik
Main Affiliation
Scopus Author ID
57191919794
Researcher ID
GJQ-4994-2022
Now showing
1 - 1 of 1
-
PublicationHyper-threading technology: Not a good choice for speeding up CPU-bound code( 2017-01-03)
;Ng Hui Qun ;Mostafijur R.Puteh SaadHyper-threading (HT) technology allows one thread to execute its task while another thread is stalled waiting for shared resource or other operations to complete. Thus, this reduces the idle time of a processor. If HT is enabled, an operating system would see two logical cores per each physical core. This gives one physical core the ability to run two threads simultaneously. However, it does not necessarily speed up the performance of a parallel code twice the number of physical cores. This happens when two threads are trying to access the shared CPU resource. The instructions could only be executed one after another at any given time. In this case, parallel CPU-bound code could attain a little improvement in terms of speedup from HT on a quad-core platform, which is Intel i5-2410M@2.30GHz.