Poker hand evaluator lookup table
We now understand how the lookup table works as a data structure, but how about the actual act of evaluating a hand? For this the TwoPlusTwo hand evaluator utilizes a hand evaluation algorithm created by 'Cactus Kev' with a perfect hash optimization by Paul Senzee whose code can be accessed here.