]> git.sesse.net Git - pgn-extract/commit
Store a hash of the previous board, to be able to disambigutate transpositions. ...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Dec 2014 00:42:52 +0000 (01:42 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Dec 2014 00:42:52 +0000 (01:42 +0100)
commitad830efb7d18c6201cf3ee3883e08ab62c6d5af9
tree0325fe50b8caa32d1c96e04b1b5aa664c1d1720c
parent62fac85f587619ad81f27eae3ef2703f376a8b04
Store a hash of the previous board, to be able to disambigutate transpositions. (We ignore collisions, and we only care about the state one level back.)
Makefile
farmhash-c.cpp [new file with mode: 0644]
farmhash-c.h [new file with mode: 0644]
output.c