andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
806 stars 350 forks source link

How to fast calculate two hands equity with random board #70

Open audiserg opened 4 years ago

audiserg commented 4 years ago

In windows and android application calculation one to other hands range(for example AA to QJo) with empty board very fast, but in library this calculation via peval.evaluateShowdown() to slow.

JonathanLehner commented 3 years ago

it is fast because there are tables for it. but calculation needs to check a lot of possibilities

RamboWu commented 2 years ago

it is fast because there are tables for it. but calculation needs to check a lot of possibilities

you mean in app, it uses calculated data?

RamboWu commented 2 years ago

@andrewprock

andrewprock commented 5 months ago

The lookup tables have not yet been integrated into this codebase.