From f6043c41df46f10b52f698e6d9e8d8b96ac9a92f Mon Sep 17 00:00:00 2001
From: Juncheng Yang <1a1a11a@users.noreply.github.com>
Date: Mon, 15 Jan 2024 21:25:04 +0000
Subject: [PATCH] update README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 84bdbe6..4506cb1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,8 @@
## News
* **2023 June**: **QDLP** is available now, see [our paper](https://dl.acm.org/doi/10.1145/3593856.3595887) for details.
-* **2023 Oct**: **[S3-FIFO](https://dl.acm.org/doi/10.1145/3600006.3613147)** and **SIEVE** are available! These are very simple algorithms that are very effective in reducing cache misses. Try them out in libCacheSim and your production!
+* **2023 Oct**: **[S3-FIFO](https://dl.acm.org/doi/10.1145/3600006.3613147)** and **SIEVE(https://sievecache.com)** are available! These are very simple algorithms that are very effective in reducing cache misses. Try them out in libCacheSim and your production!
+* **2024 Jan**: We compiled a list of open-source cache datasets at the bottom of this page
---