Uri Blass wrote:Maybe the trick is to write long code because with less than hundreds of lines you cannot be very fast.
Uri
I do not see the connection between code length and speed.
Shouldn't it be vice versa? Less code, less instructions, the faster
the CPU goes through?! When I was programming assembler,
is was like this!
There is no doubt that larger code gets better tree cutting and better
evaluations, but especially in perft with non of these, a short and
compact code should be the fastest.
-Oliver