diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-28 17:42:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-28 17:42:05 +0000 |
commit | 62fdaaf4eb56aa5d4f4892db917d60b13bd6802c (patch) | |
tree | 3c4dc427766cc10fbc46ff0b92e7dfb6d83db796 /src/htsinthash.c | |
parent | 7d27b60e55ac39ceed52530b39ae9b6e9a92f708 (diff) |
Typo
Diffstat (limited to 'src/htsinthash.c')
-rw-r--r-- | src/htsinthash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsinthash.c b/src/htsinthash.c index 6faeb34..8d7651d 100644 --- a/src/htsinthash.c +++ b/src/htsinthash.c @@ -55,7 +55,7 @@ Please visit our Website: http://www.httrack.com was causing the stash area to be more filled than the MD5 variant. Simpler hashing functions, such as rolling hashes (LCG) were also tested, - but bith collision rate and diffusion were terrible. + but with collision rate and diffusion were terrible. [ On a 10M key tests, both variants acheived 0.45 cuckoo/add ration, but the FNV-1 variant collided 11 times with a maximum stash area |