What does cache mean in a cpu?
Go to solution
Solved by Godlygamer23,
CPU *cache* is a form of very high performance volatile memory used for quickly accessing instructions the respective CPU will probably need. CPU caches have varying levels - L1, L2, and L3.
L1 is the fastest and most expensive. It is found in the smallest quantity.
L2 is the second fastest and second most expensive. It's the middle of the road.
L3 is the third fastest and third most expensive. It is found in the highest quantity.
Each of Intel's CPU cores contain their own discrete L1 and L2 cache with L3 being shared with the other cores.

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