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
I run the code bellow on Linux ubuntu 5.10.0-8-amd64 with your library multitasking, normally, the time it cost should be about 10 seconds, however,it cost almost 30 seconds to finish the whole code.
Thread 1 started at 2021-10-05 10:10:40.820264
Thread 2 started at 2021-10-05 10:10:40.820646
Thread 3 started at 2021-10-05 10:10:40.822117
Thread 4 started at 2021-10-05 10:10:40.823953
Thread 5 started at 2021-10-05 10:10:50.830119
Thread 6 started at 2021-10-05 10:10:50.830896
Thread 7 started at 2021-10-05 10:10:50.831372
Thread 8 started at 2021-10-05 10:10:50.833745
Thread 9 started at 2021-10-05 10:11:00.831055
Thread 10 started at 2021-10-05 10:11:00.841716
Cost: 30.023271560668945 s
But with other way like this, it just cost about 10 seconds.
Thread 1 started at 2021-10-05 10:21:38.460654
Thread 2 started at 2021-10-05 10:21:38.460975
Thread 3 started at 2021-10-05 10:21:38.461291
Thread 4 started at 2021-10-05 10:21:38.463486
Thread 5 started at 2021-10-05 10:21:38.463916
Thread 6 started at 2021-10-05 10:21:38.464316
Thread 7 started at 2021-10-05 10:21:38.465013
Thread 8 started at 2021-10-05 10:21:38.465399
Thread 9 started at 2021-10-05 10:21:38.465883
Thread 10 started at 2021-10-05 10:21:38.466408
Cost: 10.016554594039917 s
Could you please tell me the reason? This library is so cool!
The text was updated successfully, but these errors were encountered:
I run the code bellow on
Linux ubuntu 5.10.0-8-amd64
with your librarymultitasking
, normally, the time it cost should be about 10 seconds, however,it cost almost 30 seconds to finish the whole code.Output
But with other way like this, it just cost about 10 seconds.
Output
Could you please tell me the reason? This library is so cool!
The text was updated successfully, but these errors were encountered: