Everyone here has offered me all kinds of useful advice on speeding up or otherwise improving Orego. In thanks, I offer a recent (to me) discovery about how to make Java programs run much faster. Instead of

java MyProgram

do

java -server MyProgram

It's not entirely clear what the difference between "server mode" and the default "client mode" is -- maybe just-in-time compilation? In any case, I found that it nearly doubled the speed of a small program.

Peter Drake
Assistant Professor of Computer Science
Lewis & Clark College
http://www.lclark.edu/~drake/



_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to