rorygraves / scalac_perf

The Scala programming language
http://www.scala-lang.org/
16 stars 3 forks source link

SeqLike.sortBy(f) evaluates f O(n log n) times #82

Open ephemerist opened 6 years ago

mkeskells commented 6 years ago

this looks to me to be more a java fix as the sorting is delegated to TimSort