Paul T
Paul T
Ok no problem, we can work around this for now. And yes, I've seen that strategy already in your ModernCppStarter, but the issue would still remain if we want to...
Interestingly, if I follow these steps, the state of the UI is restored properly: - Start the program - Set up the windows like I like - Delete the settings...
> But as soon I restart the app, the geometry resets itself! Do you mean in the config file as well? Or the window?
I was able to reproduce this with Qt `6.4.3` as well. Possible relevant discussions https://stackoverflow.com/questions/44005852/qdockwidgetrestoregeometry-not-working-correctly-when-qmainwindow-is-maximized https://bugreports.qt.io/browse/QTBUG-46620 (`cutechess` already includes the proposed workaround here) https://bugreports.qt.io/browse/QTBUG-16252
> > I was able to reproduce this with Qt `6.4.3` as well. > > Possible relevant discussions > > https://stackoverflow.com/questions/44005852/qdockwidgetrestoregeometry-not-working-correctly-when-qmainwindow-is-maximized https://bugreports.qt.io/browse/QTBUG-46620 (`cutechess` already includes the proposed workaround here) https://bugreports.qt.io/browse/QTBUG-16252...
Did a quick benchmark on quick-bench and it seems that `std::binary_semaphore` has the best performance when it comes to ping/pong which I think matches well with how we're using it...
I wrote a quick benchmark and ran it locally on windows and am getting inconsistent results. I think I will need to do a more proper test with `pyperf` on...
@jtd-formlabs Thanks for doing that. It seems like they're essentially the same. At most we'd be saving tens of milliseconds, so it seems like it's not worth it to me.
https://www.open-mpi.org/projects/hwloc/doc/v2.9.2/a00359.php#cli_examples
I think this is beyond the scope of the thread pool at this time.