scalac_perf
scalac_perf copied to clipboard
SeqLike.sortBy(f) evaluates f O(n log n) times
this looks to me to be more a java fix as the sorting is delegated to TimSort