]> git.sesse.net Git - remoteglot-book/history - binloader.cpp
Treat 0-length moves as not having a move.
[remoteglot-book] / binloader.cpp
2014-12-15 Steinar H. GundersonTreat 0-length moves as not having a move.
2014-12-15 Steinar H. GundersonDrop the arena; BPFENs are bounded by 32 bytes anyway...
2014-12-15 Steinar H. GundersonSpeed up binloader by ~10-15%.
2014-12-15 Steinar H. GundersonFix a warning in binloader.
2014-12-14 Steinar H. GundersonBuild with the new transposition data from pgn-extract...
2014-12-14 Steinar H. GundersonSmall cleanup.
2014-12-13 Steinar H. GundersonRedo mapping entirely; now dumps constant-sized shards...
2014-12-13 Steinar H. GundersonFix a field ordering messup caused by the memory saving...
2014-12-13 Steinar H. GundersonReduce binloader RAM requirements by over 40%.
2014-12-13 Steinar H. GundersonStore and merge the file number information. Still...
2014-12-13 Steinar H. GundersonStore and handle the PGN start position.
2014-12-12 Steinar H. GundersonKey the table by position, not position+move. Makes...
2014-12-12 Steinar H. GundersonSwitch value format to protobuf. Slightly smaller,...
2014-12-11 Steinar H. GundersonParse timestamps from the binary format. Needs some...
2014-12-11 Steinar H. GundersonPartition the SSTable; somewhat less efficient space...
2014-12-10 Steinar H. GundersonTune compression options a bit for intermediates (binlo...
2014-12-10 Steinar H. GundersonAdd some utilities to be able to build books in parts...
2014-12-10 Steinar H. GundersonStore sum and number of Elo values instead of averages...
2014-12-10 Steinar H. GundersonReuse the remoteglot library for a new book project.