gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] GnuGo 3.2 port option


From: bump
Subject: Re: [gnugo-devel] GnuGo 3.2 port option
Date: Thu, 29 Aug 2002 08:49:24 -0700

Sid wrote:

> GTP. I would like to add an option "-port" so that
> gnugo can listen directly on the port number. And
> other program such as UI can connect directly to
> gnugo.exe without another layer of translator.

What is UI?

Most of us don't use Windows, and we have no experience
with WinCE. The WinCE ports were done by people who may not
currently subscribe to the list. Could you explain a bit
how having GNU Go listen to a port will help with WinCE?

> I know 3.2 uses a lot of resources. But it is the best
> way to get all the future versions of GnuGo to run on
> small device. Hopefully GnuGo will evolve also. I
> would particularly like to see GnuGo use some kind of
> database for patterns instead of compiling them in.
> Much more flexible, extensible and much less resource
> hungry.

Speed is *very* important for the pattern matcher.
There are actually two different implementations
of the pattern matcher in the source code. The DFA
version by Tanguy Urvoy is used because it is fastest.

Of course you can reimplement the pattern matcher as
a non-default option if this is what you need to do
to get it to run on a small machine, or even fork the
program but I doubt if we are interested in changing
the default pattern matcher to a different scheme if
it turns out to be slower.

Dan












reply via email to

[Prev in Thread] Current Thread [Next in Thread]