How about the calculation?
Can you specify a little?
We use poker-eval for ours, the Java one (acesoverqueens) is most likely using a own-made. Poker-eval is the fastest one known, and I’m yet to see that kind of speed in a Java Applet. Not that Java can’t handle it, Java is indeed faster then people want it to, but I haven’t seen anyone implement a faster algorithm then poker-eval, which is written in C by the way (I saw that someone said C++ erlier in this thread), and the time it takes to write / port it to Java is just something I don’t have. Ours uses AJAX (php/javascript/cgi(c)), simply becouse I wanted it simple.