CPU Threads
A thread is a logical core.
Usually, a physical core is split into 2 logical cores, essentially making your 6-core processor a 12-core processor. The performance of a thread is obviously lower than the performance of a physical core, but this is often outweighed by the quite big boost in multicore performance.
On many modern Intel CPUs you will find that the cores are divided into P-cores (Performance-cores) and E-cores (Efficiency cores) (For example, my i5 12500H has 12 Cores and 16 Threads, meaning that it has 4 P-cores and 8 E-cores). The difference between the two is, that E-cores only run a single thread, while P-cores run 2 threads.
AMD CPUs don't use this technology, they are either all mutithreaded, or none multithreaded (though the latter is not very common on modern devices with decent specifications).

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now