ramollari
- 433
- 1
Why is Static RAM faster than Dynamic RAM. Why is it so expensive to manufacture SRAM?
I’ll attempt an answer to your second question;ramollari said:Why is it so expensive to manufacture SRAM?
Level 1 cache has always been built directly into the processor die and runs at the same speed as the processor itself. Meanwhile, on early boards, the L2 cache was external and ran at the slower (asynchronous) speed of the motherboard. L2 was later built inside the processor chip and finally it was built inside the processor die itself (there is a difference between being those last two). If you do a search for cache memory on ebay you can still see the older, external, motherboard mounted L2 cache for sale and better understand what I’m talking about (it was often replaceable/upgradeable the way main memory is today). There were gains in performance in those evolutions of the L2 but the L1 cache is and always has been the ‘first line of defense’ when it comes to anticipating what data the processor is going to need next.Why is Level1 Cache faster than Lever2 Cache? Both use the Static RAM technology.
Which level cache is measured as a parameter of CPUs?