You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve the speed of the script, and as we moved to a more OOP code. I think it's might be cool that each application has its own thread that will fix it icons and kill itself after that.
The text was updated successfully, but these errors were encountered:
On master, here's the difference before threads and after :p
before : sudo -E python3 script.py 37,13s user 7,43s system 220% cpu 20,227 total
after : sudo -E python3 script.py 0,83s user 0,07s system 46% cpu 1,945 total
And here's a list of the applications that was fixed
Removed the threads for now! it causes too many issues (the threads were used as daemons, and they are killed once the script is done, which causes too many problems with the execution of the script..).
I don't have any idea how to get this done for now.
In order to improve the speed of the script, and as we moved to a more OOP code. I think it's might be cool that each application has its own thread that will fix it icons and kill itself after that.
The text was updated successfully, but these errors were encountered: