aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 20:50:24 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 20:50:24 +0100
commitf144f14d9c13f58afdcc86210824b25d9bf13a12 (patch)
treec04de1c77020eaa0f0b52d5e4d5b90b13d6553da /README.md
parent0fa6b682f5fcc63d3b212eeb52d998d0e33062ba (diff)
Improve parsing data type
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.