The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Question about multi thread processors.

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by HorrorofSpamylon, May 26, 2011.

  1. HorrorofSpamylon

    HorrorofSpamylon Notebook Geek

    Reputations:
    0
    Messages:
    82
    Likes Received:
    0
    Trophy Points:
    15
    I was wondering if, say, a dual core processor with two threads per core (i5, etc.) would take advantage of applications (such as a game) that take advantage of four cores.
     
  2. ramgen

    ramgen -- Morgan Stanley --

    Reputations:
    513
    Messages:
    1,322
    Likes Received:
    1
    Trophy Points:
    55
    This is a very rough number but you can, on the average, assume that a multithreaded core is equivalent to a 1,05 - 1,2 core processor. So yes, it will give you a slight advantage if your application runs 4 threads at the same time.


    --
     
  3. tijo

    tijo Sacred Blame

    Reputations:
    7,588
    Messages:
    10,023
    Likes Received:
    1,077
    Trophy Points:
    581
    I would have said 0 to 30% increase in performance depending on what you're doing. In some cases Hyperthreading won't give a benefit at all. It depends on if a thread stalls because it has to wait for data that's stored in the RAM. The core will start executing the second thread only if the first one stalls since each core only has one execution unit.