summaryrefslogtreecommitdiff
path: root/test/files/run/hashCodeDistribution.scala
Commit message (Collapse)AuthorAgeFilesLines
* Unique's seeming victory is overruled by commit...Paul Phillips2010-02-041-1/+1
| | | | | | Unique's seeming victory is overruled by committee. It is "distinct", not "unique", wherein lies the nub. No review.
* Striking while the iron is hot, renamed removeD...Paul Phillips2010-02-031-1/+1
| | | | | | | | | Striking while the iron is hot, renamed removeDuplicates to unique and deprecated removeDuplicates. The debate between distinct and unique was vigorous but unique won by a freckle. (Dark horse 'nub' was disqualified for taking performance enhancers.) The only thing which might need review is the choice of name, but review by odersky.
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-041-0/+17
Scala implementation of fancier hashCode algorithm. At the moment it isn't used unless you supply -Yjenkins-hashCodes to scalac. Without the flag, the supplied test case generates 12559 unique hashCodes among 90000 case class instances; with the flag it generates 89999.