in reply to Re^2: Representing Complex but Static Data in Perl
in thread Representing Complex but Static Data in Perl
Frankly, I would drop into XS and write the move generation code there. That is, of course, if the speed is that poor.
Also, a question no-one (including me) has approached is whether or not your original algorithm was good or not. 90% of all speedups happen in better algorithm choice.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Representing Complex but Static Data in Perl
by cyocum (Curate) on Apr 07, 2005 at 14:50 UTC |