RSS Amplifier

Parks Computing · Aug 1, 2021

Set-Associative Cache in C#, Part 1: Analysis & Initial Design

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

A couple of weeks ago, I had never heard of a set-associative cache. Then, I was assigned an interview exercise
 on HackerRank entitled “Set-Associative Cache
 Optimization”.
 (I won’t give away the company or any details about the exercise, since that wouldn’t be fair.)
 Since I hadn’t heard of such a cache, I decided to learn about it and…

A couple of weeks ago, I had never heard of a set-associative cache. Then, I was assigned an interview exercise on HackerRank entitled “Set-Associative Cache Optimization”. (I won’t give away the company or any details about the exercise, since that wouldn’t be fair.) Since I hadn’t heard of such a cache, I decided to learn about it and implement one in C# before...

Read on /page/set-associative-cache-in-c-part-1-analysis-initial-design

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.