caching - why do we need to keep cache size small? -


i understanding concept of tlb (mmu). confusing if caches (like tlb) great, why don’t make bigger caches , keep of our data in them.

simple: such caches expensive. reason why helpful is: "fine tuned". located "very close" required.

you might want read memory hierarchy understand balancing between cost , "speed" requirements.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -