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.
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.