From 3c6658df2dd25ca3487123543d6d82adba18ea7a Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sat, 12 Aug 2023 09:20:24 +0200 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c7c792..ce9d4ea 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -JMH benchmarks voor array reading because I want to find out the impact of if L1/L2 caches and prefetching on a java app. \ No newline at end of file +JMH benchmarks voor array reading because I want to find out the impact of L1/L2 caches and prefetching on a java app. \ No newline at end of file