ramollari
- 433
- 1
Why is Static RAM faster than Dynamic RAM. Why is it so expensive to manufacture SRAM?
The discussion revolves around the performance differences between Level 1 (L1) and Level 2 (L2) cache in computer architecture, specifically focusing on why L1 cache is faster than L2 cache. The conversation touches on the technology used in both caches, their integration within the CPU, and their operational characteristics.
Participants generally agree on the technological basis of L1 and L2 caches but express differing views on the implications of their integration and speed characteristics. The discussion remains unresolved regarding the specific reasons for the performance differences.
Some statements about the historical context of L2 cache integration and its evolution may depend on specific hardware configurations and definitions of cache performance.
This discussion may be of interest to individuals studying computer architecture, hardware design, or those curious about the performance characteristics of CPU caches.
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?