Why SRAM is commonly used in cache memory?

msc

I am studying about RAM, i don't understood why Static RAM is commonly used in cache memory.

masoud

A memory cache, sometimes called a cache store or RAM cache, is a portion of memory made of high-speed static RAM (SRAM) instead of the slower and cheaper dynamic RAM (DRAM) used for main memory. Memory caching is effective because most programs access the same data or instructions over and over. By keeping as much of this information as possible in SRAM, the computer avoids accessing the slower DRAM.

The same reasoning is in this wiki.

Collected from the Internet

Please contact debug[email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why is free memory not used as disk cache?

From Dev

Why are "{}" and "%" commonly used as replstr in xargs?

From Dev

Why is kerberos commonly used with Openam?

From Dev

Detemine memory used by Hazelcast cache

From Dev

Why are <ul> commonly used to build website navigation?

From Dev

Why is cache memory so expensive?

From Dev

Is approximately 50% memory always used in Cache?

From Dev

Why is SRAM faster than DRAM?

From Dev

Why is newtype commonly used instead of type with the state monad

From Java

Why is stack memory allocated when it is not used?

From Dev

Why is my memory used gradually increasing?

From Dev

Do some JVMs cache static initializer results, for commonly used library classes

From Dev

Cache and memory

From Dev

Why (and how) ASP.NET Cache gets stored in Unmanaged Memory?

From Dev

Why data is fetched from main memory in Write Allocate cache policy

From Dev

Why do we need multiple levels of cache memory?

From Dev

Why GetLogicalProcessorInformation() API does not provide the complete information about cache memory?

From Dev

Why is 0x7E commonly used as Start Delimiter in Communication Protocol?

From Dev

In java, why new operator not used before data type to allocate memory?

From Dev

Why unnamed semaphore doesn't change when used in shared memory?

From Dev

Why an enum instance is not released from memory after being used

From Dev

Why does clicking on the 'memory indicator' in PyCharm reduce the 'Used' heap size?

From Dev

What is the detail namespace commonly used for

From Dev

Why is the peak transfer rate in memory module name always about 16 times the frequency used by the memory module?

From Dev

What is CPU Cache used for?

From Dev

Memory Cache in web api

From Dev

Cache Memory Blocks Organization

From Dev

Clear Cache memory of Picasso

From Dev

JavaScript "cache" vs "memory"

Related Related

  1. 1

    Why is free memory not used as disk cache?

  2. 2

    Why are "{}" and "%" commonly used as replstr in xargs?

  3. 3

    Why is kerberos commonly used with Openam?

  4. 4

    Detemine memory used by Hazelcast cache

  5. 5

    Why are <ul> commonly used to build website navigation?

  6. 6

    Why is cache memory so expensive?

  7. 7

    Is approximately 50% memory always used in Cache?

  8. 8

    Why is SRAM faster than DRAM?

  9. 9

    Why is newtype commonly used instead of type with the state monad

  10. 10

    Why is stack memory allocated when it is not used?

  11. 11

    Why is my memory used gradually increasing?

  12. 12

    Do some JVMs cache static initializer results, for commonly used library classes

  13. 13

    Cache and memory

  14. 14

    Why (and how) ASP.NET Cache gets stored in Unmanaged Memory?

  15. 15

    Why data is fetched from main memory in Write Allocate cache policy

  16. 16

    Why do we need multiple levels of cache memory?

  17. 17

    Why GetLogicalProcessorInformation() API does not provide the complete information about cache memory?

  18. 18

    Why is 0x7E commonly used as Start Delimiter in Communication Protocol?

  19. 19

    In java, why new operator not used before data type to allocate memory?

  20. 20

    Why unnamed semaphore doesn't change when used in shared memory?

  21. 21

    Why an enum instance is not released from memory after being used

  22. 22

    Why does clicking on the 'memory indicator' in PyCharm reduce the 'Used' heap size?

  23. 23

    What is the detail namespace commonly used for

  24. 24

    Why is the peak transfer rate in memory module name always about 16 times the frequency used by the memory module?

  25. 25

    What is CPU Cache used for?

  26. 26

    Memory Cache in web api

  27. 27

    Cache Memory Blocks Organization

  28. 28

    Clear Cache memory of Picasso

  29. 29

    JavaScript "cache" vs "memory"

HotTag

Archive