mcostalba / chess_db

GNU General Public License v3.0
22 stars 5 forks source link

Adjusted JSON output to cover win draw loss information #11

Closed sshivaji closed 7 years ago

sshivaji commented 7 years ago

Added win/draw/loss information to the JSON output. The performance is still quite fast for lookups and does not impact book building performance at all.

mcostalba commented 7 years ago

@sshivaji merged. Thanks.