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
It turns out that the most time is spend in `deschedule Terminated`
case (>16% of time). This patch makes `unblockThreads` and
`reschedule` (in case of time progression) more strict. This has
from 1% up to 3% performance improvement.
0 commit comments