]> git.sesse.net Git - remoteglot-book/blobdiff - opening-stats.pl
Partition the SSTable; somewhat less efficient space-wise, it seems, but we avoid...
[remoteglot-book] / opening-stats.pl
index 3bbcc8823816c216fa6dd26703678c656895549d..1c17f50af253431e7baeb3e38163a5ed20bbc15a 100755 (executable)
@@ -10,5 +10,5 @@ my $cgi = CGI->new;
 my $fen = $ARGV[0];
 my $pos = Position->from_fen($fen);
 my $hex = unpack('H*', $pos->bitpacked_fen);
-system("./binlookup", "./open.mtbl", $hex);
+system("./binlookup", "./open.mtbl", "40", $hex);