PGNLoader read_game() function uses the unbuffered read_line() call which needs to be phased out.
Logged In: YES user_id=128504
Fixed by implementing the BufferedReader module, reading is now much faster.
Log in to post a comment.
Logged In: YES
user_id=128504
Fixed by implementing the BufferedReader module, reading is
now much faster.