From aa0ec96ea8a25a2c12527acb4656bfa0af5b8409 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 7c56b64a..a5f0acee 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -41,6 +41,10 @@ Print the command line options. Read input as \fISYNTAX\fR. Valid values (case-insensitive): \*(lqturtle\*(rq, \*(lqntriples\*(rq, \*(lqtrig\*(rq, \*(lqnquads\*(rq. +.TP +.BR \-k " " \fIBYTES\fR +Parser stack size. + .TP .BR \-l Lax (non-strict) parsing. -- cgit v1.2.1