qt: event dispatcher is too slow on windows
This is the main reason that asynchronous operations (which may inclue certain QML-side layouting) are slower on Windows. I wonder if this is about general Win32 message queue, and not necessarily a Qt issue.
Fixing this issue is going to make the application much more responsive on Windows.