Cache is a funny thing. Like said above. You have L1/L2 and L3. L1 is the smallest and fastest. Then L2 alittle larger and slower. L3 is the largest and slowest. All is alot faster then going to systems menory.
What ever game/program your using, if its data is repetitive, more cache will make a big difference. If its less repetitive it wont help that much (nothing in cache its looking for and constantly flushing data ) ends up jumping to system memory.
In general more the better. All depends if you want to pay for it.
What ever game/program your using, if its data is repetitive, more cache will make a big difference. If its less repetitive it wont help that much (nothing in cache its looking for and constantly flushing data ) ends up jumping to system memory.
In general more the better. All depends if you want to pay for it.