Skip to content

Commit

Permalink
Update text color and add figure description in home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1a1a11a authored Jan 5, 2024
1 parent 22fe522 commit d5f2c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions material/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,12 @@


<section class="section-dark-body w-100" , id="whydoeswork">
<div class="text-align-center t-b text-while h1 mt-5">
<div class="text-align-center t-b text-white h1 mt-5">
<p>Why does S3-FIFO work?</p>
</div>

<p class="text-align-center t-b text-white h2-2 my-2">
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
<a href="https://s3fifo.com/blog/2023/06/01/fifo-is-better-than-lru-the-power-of-lazy-promotion-and-quick-demotion/" target="_blank" class="custom-link">quick demotion</a>:<br>
S3-FIFO <span class="h2-2 italic">quickly</span> removes objects that will not be accessed in the future
</p>
Expand All @@ -237,6 +236,7 @@
<canvas id="onehitwonder-bar-chart" style="width: 90%; height: 200%;"></canvas>
<!-- <canvas id="onehitwonder-bar-chart" class="onehitwonder-chart-style"></canvas> -->
</div>
<p class="text-align-center t-b text-white h3">Figure shows that most of the objects evicted by LRU spend long time in the cache without reuse. </p>
</div>
</div>

Expand Down

0 comments on commit d5f2c31

Please sign in to comment.