Skip to the content.

Reference

  1. Advantages to using an LRU cache — org.clojure/core.cache 1.1.234. (n.d.). Cljdoc. Retrieved March 31, 2024,
    from https://cljdoc.org/d/org.clojure/core.cache/1.1.234/doc/advantages-to-using-an-lru-cache

  2. BasuMallick, C. (2022, December 12). What is Cache? Definition, Working, Types, and Importance. Spiceworks Inc.
    https://www.spiceworks.com/tech/tech-101/articles/what-is-cache/

  3. Cache Architecture and Technology: Trends and Challenges. (2023, March 21). LinkedIn. Retrieved March 31, 2024,
    from https://www.linkedin.com/advice/0/what-current-trends-challenges-cache-architecture-technology

  4. Cache Memory (2.2.1) | IB DP Computer Science Notes. (n.d.). TutorChase. Retrieved March 31, 2024,
    from https://www.tutorchase.com/notes/ib/computer-science/2-2-1-cache-memory

  5. Cache Replacement Algorithms: How To Efficiently Manage The Cache Storage. (2021,October 14). DEV Community. Retrieved March 31, 2024,
    from https://dev.to/satrobit/cache-replacement-algorithms-how-to-efficiently-manage-the-cache-storage-2ne1

  6. GeeksforGeeks. (2020, June 12). Difference between spatial locality and temporal locality.
    https://www.geeksforgeeks.org/difference-between-spatial-locality-and-temporal-locality/

  7. Dwiastuti, L. (2024, March 5). Cache miss – What it is and how to reduce it. Hostinger Tutorials.
    https://www.hostinger.com/tutorials/cache-miss#What_Is_a_Cache_Miss

  8. GeeksforGeeks. (2023, February 24). Locality of reference and cache operation in cache memory. GeeksforGeeks.
    https://www.hostinger.com/tutorials/cache-miss#What_Is_a_Cache_Miss

  9. Hennessy, J. L., Patterson, D. A., & Asanović, Krste. (2012). Computer architecture : a quantitative approach (5th ed.). Morgan Kaufmann/Elsevier.
    https://acs.pub.ro/~cpop/SMPA/Computer%20Architecture%20A%20Quantitative%20Approach%20(5th%20edition).pdf

  10. Hill, M. D. (Mark D., Jouppi, N. P. (Norman P., & Sohi, Gurindar. (2000). Readings in computer architecture. Morgan Kaufmann Publishers.

  11. Jain, S. (2024, January 23). Cache Eviction Policies | System Design. GeeksforGeeks. Retrieved March 31, 2024,
    from https://www.geeksforgeeks.org/cache-eviction-policies-system-design/#4-random-replacemn

  12. Lutkevich, B. (n.d.). What is Cache Memory? Cache Memory in Computers, Explained TechTarget, Retrieved April 18, 2024
    from https://www.techtarget.com/searchstorage/definition/cache-memory

  13. Makhija, B. (2023, January 25). Learn how to elevate your system’s performance with multi-level caching. Medium.
    https://medium.com/@bharatmakhija/learn-how-to-elevate-your-systems-performance-with-multi-level-caching-511efb774a6e

  14. McKinnon, J. (2023, May 10). What are Hit and Miss Ratios? WP Rocket.
    from https://www.techtarget.com/searchstorage/definition/cache-memory

  15. M, T. (2023, October 1). COMPAD: A heterogeneous cache-scratchpad CPU architecture with data layout compaction for embedded loop-dominated applications.
    https://www.researchgate.net/publication/375078971_COMPAD_A_heterogeneous_cachecratchpad_CPU_architecture_with_data_layout_compaction_for_embedded_loop-domin_applications#pf2

  16. Tanenbaum, A. S., & Bos, H. (2015). Modern operating systems. (4th edition / Andrew S. Tanenbaum, Herbert Bos.). Prentice Hall.

  17. R, R. (2023, September 21). SRAM and DRAM in computing systems.
    from https://www.linkedin.com/pulse/sram-dram-computing-systems-roshan-r-k

  18. SRAM vs DRAM. (n.d.). Diffen.
    https://www.diffen.com/difference/Dynamic_random-access_memory_vs_Static_random-access_memory

  19. Unlocking Efficiency: Exploring Cache Eviction Policies and Their Types (2017, November 9). YouTube: Home. Retrieved March 31, 2024,
    https://www.linkedin.com/pulse/unlocking-efficiency-exploring-cache-eviction-policies-baligh-mehrez/

  20. What is caching? | how is a website cached? | cloudflare. (n.d.).
    https://www.cloudflare.com/learning/cdn/what-is-caching/

  21. Yang, M.-C. (n.d.). CSCI2510 Computer Organization Lecture 08: Cache Performance [Slide show].
    http://www.cse.cuhk.edu.hk/~mcyang/csci2510/2020F/Lec08%20Cache%20Performance.pdf

  22. Zerner, A. (2020, August 27). Spatial and temporal locality for dummies - Adam Zerner - Medium. Medium.
    https://medium.com/@adamzerner/spatial-and-temporal-locality-for-dummies-b080f2799dd



Click to view source code of this page.




Table of Contents | Home Page