diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 20:50:24 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 20:50:24 +0100 |
| commit | f144f14d9c13f58afdcc86210824b25d9bf13a12 (patch) | |
| tree | c04de1c77020eaa0f0b52d5e4d5b90b13d6553da /README.md | |
| parent | 0fa6b682f5fcc63d3b212eeb52d998d0e33062ba (diff) | |
Improve parsing data type
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. |
