diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-10 10:11:13 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-10 10:11:13 +0200 |
commit | ea0a28cc2bf2019b6132c37a09a24670c4a8a07a (patch) | |
tree | d1731e2cb08fd063dc12e24a4c6c060aaee746bf /debian/patches/0006-libihash-use-an-integer-hash-function-on-the-keys.patch | |
parent | a1ea1abff7631c15a585ba4258664ea967ecbc40 (diff) |
refresh all the other patches in the series
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. |