mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2025-12-17 20:34:40 +03:00
54 lines
2.9 KiB
Markdown
54 lines
2.9 KiB
Markdown
# Cache Memory
|
|
|
|
## Introduction to Cache Memory
|
|
|
|
- **[Cache Memory - GeeksforGeeks](https://www.geeksforgeeks.org/cache-memory-in-computer-organization/)**
|
|
- **[What is Cache Memory and How It Works - Computer Hope](https://www.computerhope.com/jargon/c/cachememo.htm)**
|
|
- **[Cache Memory - Techopedia](https://www.techopedia.com/definition/1662/cache-memory)**
|
|
|
|
## Levels of Cache Memory
|
|
|
|
- **[Levels of Cache Memory (L1, L2, L3) - TechTarget](https://www.techtarget.com/searchstorage/definition/cache-memory)**
|
|
- **[L1, L2, L3 Cache - What are Levels of Cache Memory?](https://www.crucial.com/articles/about-memory/l1-l2-l3-cache)**
|
|
|
|
## Cache Organization
|
|
|
|
- **[Cache Mapping Techniques - Direct, Associative & Set Associative Mapping](https://www.geeksforgeeks.org/cache-mapping-techniques-direct-associative-set-associative-mapping/)**
|
|
- **[Memory Hierarchy and Cache Organization - Tutorialspoint](https://www.tutorialspoint.com/computer_organization/memory_hierarchy_and_cache_organization.htm)**
|
|
- **[Cache Memory and Cache Mapping - Studytonight](https://www.studytonight.com/computer-architecture/cache-memory)**
|
|
|
|
### Direct Mapped Cache
|
|
|
|
- **[Direct Mapped Cache - Definition and Example](https://www.sciencedirect.com/topics/computer-science/direct-mapped-cache)**
|
|
- **[Direct Mapped Cache Organization - Javatpoint](https://www.javatpoint.com/coa-direct-mapped-cache-organization)**
|
|
|
|
### Associative Cache
|
|
|
|
- **[Associative Cache Memory - TechTarget](https://www.techtarget.com/whatis/definition/associative-cache-memory)**
|
|
|
|
### Set Associative Cache
|
|
|
|
- **[Set Associative Cache - Definition and Working](https://www.techopedia.com/definition/28812/set-associative-cache)**
|
|
- **[Set Associative Mapping in Cache Memory - Gate Vidyalay](https://www.gatevidyalay.com/set-associative-mapping-in-cache-memory/)**
|
|
|
|
## Cache Policies
|
|
|
|
- **[Cache Replacement Policies - FIFO, LRU, Optimal & Random](https://www.geeksforgeeks.org/cache-replacement-policies-fifo-lru-optimal-random/)**
|
|
- **[Write Policies in Cache Memory - GeeksforGeeks](https://www.geeksforgeeks.org/write-policies-in-cache-memory/)**
|
|
|
|
### Cache Replacement Policies
|
|
|
|
- **[First-In, First-Out (FIFO)](https://en.wikipedia.org/wiki/FIFO_(computing_and_electronics))**
|
|
- **[Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU))**
|
|
- **[Least Frequently Used (LFU)](https://en.wikipedia.org/wiki/Cache_replacement_policies#Least-frequently_used_(LFU))**
|
|
|
|
### Cache Write Policies
|
|
|
|
- **[Write-Through Cache](https://en.wikipedia.org/wiki/Cache_(computing)#Writing_policies)**
|
|
- **[Write-Back Cache](https://en.wikipedia.org/wiki/Cache_(computing)#Writing_policies)**
|
|
|
|
## Online Courses
|
|
|
|
- **[Computer Architecture - Coursera](https://www.coursera.org/search?query=computer%20architecture&index=prod_all_launched_products&entityTypeDescription=Courses)**
|
|
- **[Computer Organization and Design - Udemy](https://www.udemy.com/topic/computer-organization-and-design/)**
|