The Great Poker Hand Evaluator Round Up (With Scantily-Clad Ninjas!) Close. Posted by u/deleted 11 years ago. The Two Plus Two evaluator consists of a large lookup table containing some thirty-two million entries (32,487,834 to be precise). More posts from the programming community.
Poker hand evaluator using the Two Plus Two alogorithm and lookup table.The lookup table HandRanks.dat is included in the module.
It is capable of evaluating 7, 6, 5, and 3 card hands. The highest hand possible in a 3 card hand is 3 of a kind, straights & flushes do not apply to 3 cards.
Hands can be evaluated by comparing the handType then the handRank to determine the better hand.
This can evaluate about 22MM hands per second on a quad-core 2.7GHz Macbook Pro. Run the speedtest.js file under /test to try it.
Poker Hand Evaluator Lookup Tablet
to install:
npm install poker-evaluator