pgnparser icon indicating copy to clipboard operation
pgnparser copied to clipboard

Example from README not functional for big files

Open pitchforks opened this issue 10 years ago • 2 comments

Doing read() on a big file containing many PGN games (think hundreds of megabytes and more) takes a very long time and eats up lots of memory.

Doing pgn.loads() on a big string is even worse because there's the risk of completely running out of memory.

pitchforks avatar May 04 '14 04:05 pitchforks

The example in the README for pgn.GameIterator is still not functional - running it with any pgn results in an error:

AttributeError: 'module' object has no attribute 'GameIterator'

vakoneru avatar Dec 03 '18 23:12 vakoneru

You forgot to update lib on pypi

mtesluk avatar Dec 12 '20 21:12 mtesluk