From f144f14d9c13f58afdcc86210824b25d9bf13a12 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 20:50:24 +0100 Subject: Improve parsing data type --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c9f248b..a7c1f12 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3