TexasSolver
https://github.com/bupticybee/TexasSolver is the c++ version of my java solver
https://github.com/bupticybee/TexasHoldemSolverJava.but it's 5x faster and takes less than 1/3 memory than the java version, and best of all, it's now (under smaller tree settings) faster than piosolver.
check the speed benchmark
https://github.com/bupticybee/TexasSolver#speed-benchmark-with-piosolver i have done with piosolver.
| | Input config | thread number | memory usage | accuracy | converge time |
|:------------------------------:|:------------------------------:|:-------------:|:------------:|:--------:|:-------------:|
| piosolver 1.0 | piosolver 1.0 | 6 | 492Mb | 0.29% | 242s |
| TexasSolver 0.1.0 (Our solver) | TexasSolver 0.1.0 (Our solver) | 6 | 1600Mb | 0.288% | 172s |
So why spent 1000$ on piosolver? TexasSolver is free and opensourced.