Matthias Kurz

Results 1121 comments of Matthias Kurz

If you want to try yourself you can git check-out my `slowFilter` branch [here](https://github.com/mkurz/FrameworkBenchmarks/commits/slowFilter) containing the above examples: https://github.com/mkurz/FrameworkBenchmarks/commit/ffb49e1860c85f4087e2497268659d9e0d0d6188

@richdougherty I tried your suggestion now but it didn't help at all. The performance is still ~ 83 % worse on my machine... :cry: That's what I changed: https://github.com/mkurz/playframework/commit/8cddcab5b7dabd0b0c13032537e19a5d5fbb569e Any...

@He-Pin Nothing new so far. Did you run into a problem regarding this issue?

They upgraded to scala-xml 2, we will have to do the same for the next Play 2.8.x release, see https://github.com/sbt/sbt-native-packager/issues/1513 Also scala will do the same with 2.12.17, so we...

So Scala 2.12.17 is out, but to make this whole thing work we also need a new twirl release with upgraded scala-xml 2

This will be included in #11435 because there I also upgrade interplay, which sets the scala version to 2.12.17 for plugins, which in turn pull in scala-xml 2.1.0.

Any updates? Will `retrieveManaged` eventually work?