From de9cb5a60c041447e7e85f2cbfb1d8911f0bda44 Mon Sep 17 00:00:00 2001 From: mikesinouye Date: Thu, 2 Jan 2025 11:05:30 -0800 Subject: [PATCH] Remove spurious prime --- kernel/hashlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/hashlib.h b/kernel/hashlib.h index 9aac70f2a..188b176b4 100644 --- a/kernel/hashlib.h +++ b/kernel/hashlib.h @@ -337,7 +337,7 @@ inline unsigned int hashtable_size(unsigned int min_size) 25499291, 31874149, 39842687, 49803361, 62254207, 77817767, 97272239, 121590311, 151987889, 189984863, 237481091, 296851369, 371064217, 463830313, 579787991, 724735009, 905918777, 1132398479, 1415498113, - 1769372713, 2211715897, 2764644871, 2764644887, 3455806139 + 1769372713, 2211715897, 2764644887, 3455806139 }; for (auto p : zero_and_some_primes)