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
After profiling I found that a lot of extra time was spent in Finish while waiting for the atomic_int to
be updated to signal work was done. Thus I changed to using promises again, this time using a move_on_copy template to pass in the promise.
This causes a dramatic performance increase, especially for the LFThreadPool. A few initial tests have it running the fastest.
0 commit comments