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
There are some uses of lock throughout the codebase and I'm wondering if this is the reason why multithreading performance can be slower than multiprocessing. Perhaps another mechanism can be used over forcing synchronization between threads.
The text was updated successfully, but these errors were encountered:
There are some uses of
lock
throughout the codebase and I'm wondering if this is the reason why multithreading performance can be slower than multiprocessing. Perhaps another mechanism can be used over forcing synchronization between threads.The text was updated successfully, but these errors were encountered: