scalac_perf icon indicating copy to clipboard operation
scalac_perf copied to clipboard

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

Open ephemerist opened this issue 6 years ago • 1 comments

ephemerist avatar Sep 06 '18 10:09 ephemerist

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

mkeskells avatar Sep 10 '18 07:09 mkeskells