From b10df97dd0e8c4c8287e722e5807142ed7321206 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jun 2014 10:08:38 +0000 Subject: Remarks over MD5 vs. murmur hashing. --- src/coucal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coucal.h') diff --git a/src/coucal.h b/src/coucal.h index 478ef05..237898d 100644 --- a/src/coucal.h +++ b/src/coucal.h @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Implementation notes: * Implementation is auto-rehashable, and uses cuckoo hashing of size 2**n - * with a MD5 or FNV-1 hash function, with one additional auxiliary hash + * with a FNV-1 or MD5 hash function, with one additional auxiliary hash * function. * It also uses a small stash area to handle rare cases of collisions. * Enumeration of all key/values is possible, deletion is also possible, but -- cgit v1.2.3