From c31f16d68d85f9e82619a220937ee2df8d072781 Mon Sep 17 00:00:00 2001 From: William Bell Date: Tue, 1 Jul 2025 04:28:03 +0100 Subject: [PATCH] add file hashing for cache validation --- .gitmodules | 3 +++ src/external/xxhash | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/external/xxhash diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..97245ae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/external/xxhash"] + path = src/external/xxhash + url = https://github.com/Cyan4973/xxHash.git diff --git a/src/external/xxhash b/src/external/xxhash new file mode 160000 index 0000000..38d5558 --- /dev/null +++ b/src/external/xxhash @@ -0,0 +1 @@ +Subproject commit 38d555879fddae7300ece2c0820b3332c1d5748f