blueeyes icon indicating copy to clipboard operation
blueeyes copied to clipboard

Improve AsyncParser performance on single values

Open non opened this issue 11 years ago • 0 comments

The async parser was built to handle streams of many small JSON values. It does poorly on very large json files containing one value (for instance, an array).

This could be improved by storing partial parse results, but would require some serious thought.

non avatar May 07 '13 17:05 non