diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-28 16:33:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 16:33:28 +0300 |
commit | bbc2a2a18a14ff05b3b2fbb2a7876690745a3cb1 (patch) | |
tree | ba9a389af197e3c3362de68b27db352ac41104af /contrib/mumhash | |
parent | 63791d2b7831783a10d945aee2eeb6e4f08f0f98 (diff) | |
download | rspamd-bbc2a2a18a14ff05b3b2fbb2a7876690745a3cb1.tar.gz rspamd-bbc2a2a18a14ff05b3b2fbb2a7876690745a3cb1.zip |
[Oops] Restore a proper name
Found by @dimejo
Diffstat (limited to 'contrib/mumhash')
-rw-r--r-- | contrib/mumhash/mum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mumhash/mum.h b/contrib/mumhash/mum.h index c6985a282..24584f291 100644 --- a/contrib/mumhash/mum.h +++ b/contrib/mumhash/mum.h @@ -35,7 +35,7 @@ Random and Pseudorandom Number Generators for Cryptographic Applications (version 2.2.1) with 1000 bitstreams each containing 1M bits. MUM hashing is also faster Spooky64 and City64 on small - strings (at least up to 512-bit) on Has well and Power7. The MUM bulk + strings (at least up to 512-bit) on Haswell and Power7. The MUM bulk speed (speed on very long data) is bigger than Spooky and City on Power7. On Haswell the bulk speed is bigger than Spooky one and close to City speed. */ |