From 5f905da8b66fe69b09d8b62c917970cde14e23ba Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 25 Jan 2011 19:41:34 +0000 Subject: A new murmur3 hashcode implementation contribut... A new murmur3 hashcode implementation contributed by rex kerr. I'm really happy with it. There is benchmarking code included but you can use the pudding for proof: the compiler compiling itself is clearly faster. I deleted the existing murmur2 implementation which has never left trunk in a release. There remain some possible points of improvement with inlining and/or synthetic method generation, but this is a major improvement over the status quo. Closes #2537, review by prokopec. --- test/files/run/hashCodeDistribution.flags | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/files/run/hashCodeDistribution.flags (limited to 'test/files') diff --git a/test/files/run/hashCodeDistribution.flags b/test/files/run/hashCodeDistribution.flags deleted file mode 100644 index 5f7bd1a5be..0000000000 --- a/test/files/run/hashCodeDistribution.flags +++ /dev/null @@ -1 +0,0 @@ --Ymurmur \ No newline at end of file -- cgit v1.2.3