[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Pattern Matcher
> > Why don't you use an AND?
> > Vincent already mentioned that.
> > A simple AND is the same as a modulo, n'est-ce pas?
>
> Yes. Provided you use a power of two. But the speedup should show both in
C
> and in Java. If anything I'd think it would close the performance gap
rather
> than making it bigger. Maybe worth a try.
I would think that the faster you make both programs, the bigger the
language-dependent speed issue become.
Because first you need to eliminate enormous stalls, if you don't do that,
both have enormous design-related bottlenecks that proportionally dwarf
compiler issues.
I would expect a good C++ compiler (Intel) in the hands of an expert to be
much faster than a good Java compiler in the hands of an expert, perhaps
even 3x, but there might have been massive improvements in the Java
compilers nowadays.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/