Skip to content

Instantly share code, notes, and snippets.

View wwong28's full-sized avatar

Winnie Wong wwong28

View GitHub Profile
@wwong28
wwong28 / lab2_3c_changes.path
Last active May 6, 2026 17:33
Scarab 3C miss classifier for CSE220 Lab2
diff --git a/src/cache_3c.cc b/src/cache_3c.cc
new file mode 100644
index 0000000..71e7d42
--- /dev/null
+++ b/src/cache_3c.cc
@@ -0,0 +1,85 @@
+#include "cache_3c.h"
+#include <unordered_set>
+#include <list>
+#include <unordered_map>