From 8c9aa53bb5a69793c2256df9c6aaeae4c4407b64 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 26 Mar 2016 12:28:23 +1100 Subject: [PATCH] Warn of spurious errors (as per #191) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f8755..f86fc63 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ Options * -t _directory_: Put the temporary files in _directory_. * -P: Use multiple threads to read different parts of each input file at once. This will only work if the input is line-delimited JSON with each Feature on its - own line, because it knows nothing of the top-level structure around the Features. + own line, because it knows nothing of the top-level structure around the Features. Spurious "EOF" error + messages may result otherwise. Performance will be better if the input is a named file that can be mapped into memory rather than a stream that can only be read sequentially.