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
This might be the single most important issue related to performance. calculator/rtp is calling play/find-best-rtp sequentially, making it take a lot of time to solve.
It has to use all the processors, since there's no need to not calling play/find-best-rtp in parallel.
The text was updated successfully, but these errors were encountered:
This might be the single most important issue related to performance.
calculator/rtp
is callingplay/find-best-rtp
sequentially, making it take a lot of time to solve.It has to use all the processors, since there's no need to not calling
play/find-best-rtp
in parallel.The text was updated successfully, but these errors were encountered: