From d5f2c31040b61c8fbf31dba7cd69e9963dd24811 Mon Sep 17 00:00:00 2001 From: Juncheng Yang <1a1a11a@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:42:39 +0000 Subject: [PATCH] Update text color and add figure description in home.html --- material/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/material/home.html b/material/home.html index 01f77a6..668b981 100644 --- a/material/home.html +++ b/material/home.html @@ -219,13 +219,12 @@
-
+

Why does S3-FIFO work?

- A huge number of objects accessed once (called one-hit wonders) - calling for precise + A huge number of objects accessed once (called one-hit wonders) calling for quick demotion:
S3-FIFO quickly removes objects that will not be accessed in the future

@@ -237,6 +236,7 @@
+

Figure shows that most of the objects evicted by LRU spend long time in the cache without reuse.