summaryrefslogtreecommitdiff
path: root/src/coucal.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-14 10:08:38 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-14 10:08:38 +0000
commitb10df97dd0e8c4c8287e722e5807142ed7321206 (patch)
tree8bf1ce70775834b53e61f221cda370a655c1c450 /src/coucal.h
parent7a1e4b826522ee6a12928a813b31ccb41f247d43 (diff)
Remarks over MD5 vs. murmur hashing.
Diffstat (limited to 'src/coucal.h')
-rw-r--r--src/coucal.h2
1 files changed, 1 insertions, 1 deletions
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