Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • When im making advanced calculations based on big dataset i wil split the dataset into serveral smaller, based on how many cores the computer have and run a thread for each dataset. In this way i wil use 100% of the CPU. So at least for me and the software i make, its important to know how many cores the system got. Commented Jul 11, 2020 at 21:24
  • Number of hardware threads is related to number of cores. On Intel processors with hyper-threading, this is twice the number of cores. Commented Jul 11, 2020 at 21:42