json-benchmark icon indicating copy to clipboard operation
json-benchmark copied to clipboard

Benchmark of tokenized / streaming APIs

Open mhseiden opened this issue 8 years ago • 0 comments

The rustc_serialize library has a streaming / token-based parser, which can be used in advanced applications to implement very efficient json extraction while keeping the memory overhead of the parsing low; this is great for large documents that may not easily fit into RAM. It would be awesome to see benchmarks for this style of API.

mhseiden avatar Jan 16 '17 22:01 mhseiden