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
Sometimes the visualizer just randomly crashes, I didn't had the time to properly debug it but I'm pretty sure that happens because we are accessing the same memory withing multiple threads (e.g. when sorting is running and we are doing something that manipulates the sorting data), if this is the problem, it could be fixed with mutexes, but I think that'll for sure take a hit on the sorting speed performance.
The text was updated successfully, but these errors were encountered:
Sometimes the visualizer just randomly crashes, I didn't had the time to properly debug it but I'm pretty sure that happens because we are accessing the same memory withing multiple threads (e.g. when sorting is running and we are doing something that manipulates the sorting data), if this is the problem, it could be fixed with mutexes, but I think that'll for sure take a hit on the sorting speed performance.
The text was updated successfully, but these errors were encountered: