PyQt6 QThread not working with high computational tasks
I’m working on a PyQt6 GUI that needs to call a function from a pyo3 library in the background, which performs very expensive calculations on a very large amount of data (we’re talking about vectors with a minimum length of one billion; the application is used in scientific contexts).