serde-rs/json-benchmark

Benchmark of tokenized / streaming APIs

mhseiden opened this issue · 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.