Closed mkeskells closed 6 years ago
This is not expected to be used in production environments, so is not optimised
e.g. Lots of temporary list creation
probably after https://github.com/rorygraves/scalac_perf/issues/63
https://github.com/scala/scala/pull/6696
in summary of the result when using -Yrangepos this provides a 10% reduction in CPU load and 23% reduction in allocation
This is not expected to be used in production environments, so is not optimised
e.g. Lots of temporary list creation