We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running RSC with 2.12.4 vs 2.11.12 (i.e. RSC itself is compiled with 2.12 - I observe a 12.5% performance drop
The code is very vanilla - and whlist this is not directly 'compiler' related it is worth investigating and it might flag something interesting.
In RSC build.sbt Change: scalaVersion := versions.scala211, to scalaVersion := versions.scala212,
build.sbt
scalaVersion := versions.scala211,
scalaVersion := versions.scala212,
In Sbt:
rscJVM/clean benchRscJVM/clean benchRscJVM/jmh:run HotRscTypecheck
2.11 [info] # Warmup Iteration 9: 24.509 ±(99.9%) 0.191 ms/op [info] # Warmup Iteration 10: 24.555 ±(99.9%) 0.201 ms/op 2.12 [info] # Warmup Iteration 8: 27.486 ±(99.9%) 0.292 ms/op [info] # Warmup Iteration 9: 27.423 ±(99.9%) 0.451 ms/op
The text was updated successfully, but these errors were encountered:
Merge pull request #48 from scala/flatten
4da00e3
Flatten and interaction between flatMap and Options
rorygraves
No branches or pull requests
When running RSC with 2.12.4 vs 2.11.12 (i.e. RSC itself is compiled with 2.12 - I observe a 12.5% performance drop
The code is very vanilla - and whlist this is not directly 'compiler' related it is worth investigating and it might flag something interesting.
In RSC
build.sbt
Change:
scalaVersion := versions.scala211,
toscalaVersion := versions.scala212,
In Sbt:
The text was updated successfully, but these errors were encountered: