summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-25 19:41:34 +0000
committerPaul Phillips <paulp@improving.org>2011-01-25 19:41:34 +0000
commit5f905da8b66fe69b09d8b62c917970cde14e23ba (patch)
treec1670e8ca407b3e3f8a17fc6c42a87364cbd64e9 /test/files
parentdea65103bf06c0a91527692ac053d0d2cb9a9ddd (diff)
downloadscala-5f905da8b66fe69b09d8b62c917970cde14e23ba.tar.gz
scala-5f905da8b66fe69b09d8b62c917970cde14e23ba.tar.bz2
scala-5f905da8b66fe69b09d8b62c917970cde14e23ba.zip
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.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/hashCodeDistribution.flags1
1 files changed, 0 insertions, 1 deletions
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