summaryrefslogtreecommitdiff
path: root/KeysetTest.cpp
AgeCommit message (Collapse)Author
2011-04-04and of course gcc complains about missing "typename" specifier and missing ↵aappleby@google.com
typecasts git-svn-id: http://smhasher.googlecode.com/svn/trunk@121 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-04-04some test code for collision reportingtanjent@gmail.com
cleanup murmur3, fix len-collision issue make main thread high priority on windows fix missing typecast in SpeedTest.cpp, increase bulk speed test reps remove reference to old file git-svn-id: http://smhasher.googlecode.com/svn/trunk@120 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-04-01Tweak to Murmur3a (yeah, even though I said it was finalized...)tanjent@gmail.com
Added key-processing callback experiments, may move all keyset tests to use it git-svn-id: http://smhasher.googlecode.com/svn/trunk@102 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-03-28Add faster BICTest variantstanjent@gmail.com
Add simpler differential distribution test Add Crap8 hash for testing Include seed value in verification test Test Murmur3_x86_32 by default git-svn-id: http://smhasher.googlecode.com/svn/trunk@100 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-03-21verification code workaappleby@google.com
git-svn-id: http://smhasher.googlecode.com/svn/trunk@96 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-03-19Add startup self-testtanjent@gmail.com
Remove randhash (will fail self-test) Remove QuickBrownFox (replaced by VerificationTest) De-tabulate all files git-svn-id: http://smhasher.googlecode.com/svn/trunk@90 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2011-02-28Tweak Murmur3, new more rigorous sanity test, combinatorial block testtanjent@gmail.com
git-svn-id: http://smhasher.googlecode.com/svn/trunk@76 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2010-11-17remove swap() and use std::swap instead, make alignment test a bit more robusttanjent@gmail.com
git-svn-id: http://smhasher.googlecode.com/svn/trunk@69 77a7d1d3-4c08-bdc2-d393-d5859734b01a
2010-11-05MurmurHash3 is released to betatanjent@gmail.com
(potentially some constant-tweaking yet to be done, but it is quite usable and all variants pass all tests) git-svn-id: http://smhasher.googlecode.com/svn/trunk@5 77a7d1d3-4c08-bdc2-d393-d5859734b01a