Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

9 řádky
401 B

  1. My machine has 4/8 cores
  2. From results, improvement from 1->2 threads and 2->4 threads is almost 2 times,
  3. but not exactly, since creating threads and joining them takes time as well.
  4. When the number of threads is larger then the number of physical cores of my CPU,
  5. e.g. 4->10 threads, 10->100 threads, the improvement is insignificant, since two
  6. threads cannot run on the same core at the same time.