Benchmarks that I’ve seen show massive performance...
# compose-desktop
s
Benchmarks that I’ve seen show massive performance improvements for compose on Android with R8 turned on, which is apparently due to R8 optimizing lambdas. I’m curious if proguard offers the same optimizations that are so valuable on android, so that we can get them on desktop.
👀 2
j
You can run R8 and target class files. I use R8 on a few JVM projects
m
If anyone does an investigation on the impact of R8/ProGuard on a CfD app please share results 🙏
2
s
oh wow. Awesome! Thanks!