Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Benchmark of tokenized / streaming APIs #10

Open
mhseiden opened this issue Jan 16, 2017 · 0 comments
Open

Benchmark of tokenized / streaming APIs #10

mhseiden opened this issue Jan 16, 2017 · 0 comments

Comments

@mhseiden
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant