Re: 7 Card Hand Evaluators
This is quite possibly the only time I've looked at someone else's code and knew what they were doing the whole way.
I like the additional vector [0] to give 5, and 6 card evaluations as well.
My code peaked out at 12.5 cycles. Since our access method is the same, I've got to believe the difference is due to my 10 year old compiler.
|