From ef23e81587e7b1c5f8aad917153ef0f31fe5beae Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Thu, 5 May 2022 23:34:28 +1200 Subject: [PATCH] readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd18981..148445c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ See run-experiment.sh and main.c for code. # Conclusions -The hashmap was still faster than I expected, the linear lookup seemed to be equal around N=5, but was not -much slower at N=8. I wouldn't take this seriously, but it was fun. +The hashmap was faster than I expected, the linear lookup seemed to be equal around N=5, but was not +much slower at N=8. You probably shouldn't draw any conclusions or take this seriously. -- 2.38.4