summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/treemap.scala
Commit message (Collapse)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-271-154/+0
| | | | | | | | | | | ScalaCheck ever being under partest in the first place is ancient history, from back in the Ant build days (shudder) ScalaCheck support was removed from partest 1.1.0, which we already upgraded to in a recent commit also upgrades ScalaCheck from 1.11.6 to 1.13.4, since we might as well. no source changes were necessary.
* Custom implementations of drop/take/slice.Erik Rozendaal2012-01-231-3/+15
| | | | This mainly helps performance when comparing keys is expensive.
* Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-151-0/+18
| | | | Performance of `to` and `until` is now the same.
* Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-071-0/+15
| | | | Also simplified implementation of span to just use splitAt.
* Optimize foreach and iterators.Erik Rozendaal2012-01-041-0/+16
|
* Added some tests for TreeMap/TreeSet.Erik Rozendaal2011-12-281-0/+93