blackrockmountain :
Okay thanks guys but can you explain what are the cores for? 😀
On a processor, think of cores as individual computers.
Some processors have multiple cores or single computers.
If a workload can be divided up so as to run on several individual computers at once then a multiple core processor is good.
Some workloads can really only do one thing at a time, so many underlying cores/computers are not much help.
For those workloads, it is more important that the single working core be fast.
Reality is that workloads are mixed.
A more technical analysis can be found in "amdahls law"
https://en.wikipedia.org/wiki/Amdahl%27s_law
Some cores can do the work of two by using residual resources to dispatch a second thread.
I5 processors do not have that capability while I7 processors will double the number of threads(called hyperthreading.
If you are referring to graphics, CORES applies to underlying simple processing entities. For nvidia, they are called CUDA cores. The more the better, allowing the graphics card to process more picture elements which can be done nicely in parallel.
In the case of a GTX1060, the 6gb version had more CUDA cores in addition to the 3gb more vram.