diff options
Diffstat (limited to 'debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch')
-rw-r--r-- | debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch b/debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch index 1fcd7a31..89aae003 100644 --- a/debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch +++ b/debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch @@ -1,7 +1,7 @@ -From 7849d265ce00e936df1a186647253cd2231d1c90 Mon Sep 17 00:00:00 2001 +From cf90fe8f338d8a3538b7b88e8c64cd0cbf8fda77 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 8 May 2014 15:45:00 +0200 -Subject: [PATCH 6/6] libihash: use an integer hash function on the keys +Subject: [PATCH 06/11] libihash: use an integer hash function on the keys Use an integer hash function to derive the index from the key. This should reduce the number of collisions. |