Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Java vs. C++ Chess Programming Question

Author: Jon Dart

Date: 19:10:59 05/15/01

Go up one level in this thread


On May 15, 2001 at 21:14:27, Peter McKenzie wrote:

>Object creation is slow!
>
>You should avoid creating any objects in your search

Peter's advice is good. But even with care about object creation,
Java is still not likely to approach C++ speed for compute-
intensive tasks.

You might check out OptimizeIt, which is a very useful Java
profiling tool - they have a free 30 day eval:
http://www.optimizeit.com. A competing product is JProbe, which
I haven't used but which I've heard is also good.

--Jon





This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.