Mercurial > pub > ImplabNet
diff Implab/Formats/ReaderScanner.cs @ 183:4f82e0f161c3 ref20160224
fixed DFA optimization, JSON is fully functional
author | cin |
---|---|
date | Fri, 25 Mar 2016 02:49:02 +0300 |
parents | 0c3c69fe225b |
children |
line wrap: on
line diff
--- a/Implab/Formats/ReaderScanner.cs Thu Mar 24 18:52:10 2016 +0300 +++ b/Implab/Formats/ReaderScanner.cs Fri Mar 25 02:49:02 2016 +0300 @@ -3,7 +3,7 @@ namespace Implab.Formats { public class ReaderScanner: TextScanner { - const int CHUNK_SIZE = 1024; + const int CHUNK_SIZE = 1024*4; const int BUFFER_MAX = CHUNK_SIZE*1024; readonly TextReader m_reader;