Hi, I recently got involved to get an existing Java Swing UI to perform better. I have incrementally been making minor changes till now and getting improvements. Since we are mostly developing on Linux/OSx boxes we were already aware that there is a significant difference in performance between these, where Windows would be least responsive. At some point we decided to run a crazy experiment and just run our Java UI on WSL (Ubuntu), on a Windows machine side by side with the same Java UI on plain Windows. It turns out that the WSL UI outperforms the Windows UI by miles.
I want to start digging into details as soon as I have time but I was wondering if someone has any intuition on what's going on here. I would not expect a performance gain by adding an extra level of indirection. Vasco -- You received this message because you are subscribed to the Google Groups "mechanical-sympathy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/mechanical-sympathy/369b413d-d101-43cf-bbc0-2f8af887a3d4n%40googlegroups.com.
