Masclins / porc

POker Return Calculator
MIT License
1 stars 2 forks source link

All processors working at full potential! #10

Open Masclins opened 6 years ago

Masclins commented 6 years ago

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.