diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec). # Features - Basic PGN parsing (tags, move, comments, variations, NAG, etc.) - Merged PGN files parsing (several games in one file) -- Handle very large file (severals GB) -- Very efficient +- Handle very large file (max is 2^(sizeof(unsigned long long)) bytes) +- Efficiency # How to use it ? PGNP can be used as a shared library in your project. |
