Cache Idea

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jan 6 11:53
Editor
Edited
Edited
2021 Apr 22 2:28
Refs
Refs

Idea about Cache


if there is multilevel caches, we can make fully level cache. it is a kind of binary tree
1 byte in first level cache and 2 byte in second level(depth cache), and 2 to the d byte in depth d level caches
if that could be possible with expensive hardware than we can use max performance of data hierarchy

Recommendations