From fea20a9af56d5b7640ced14cde92fe6746291502 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2018 20:39:23 +0200 Subject: Use a fixed-size reader stack This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size. --- doc/serdi.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/serdi.1 b/doc/serdi.1 index d5051655..04696032 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -41,6 +41,10 @@ Print the command line options. Read input as SYNTAX. Valid values (case-insensitive): turtle, ntriples, trig, nquads. +.TP +\fB\-k BYTES\fR +Parser stack size. + .TP \fB\-l\fR Lax (non-strict) parsing. -- cgit v1.2.1