Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JSON parsing faster #101

Closed
japhb opened this issue Jun 2, 2013 · 2 comments
Closed

Make JSON parsing faster #101

japhb opened this issue Jun 2, 2013 · 2 comments

Comments

@japhb
Copy link
Contributor

japhb commented Jun 2, 2013

One good test case would be JSON::Tiny parsing Panda's projects.json. Panda includes a projects.json.bootstrap which is a very small subset of this, and downloads the full sized version separately.

The full Panda projects.json file is fairly whitespace-compressed; if you need a large file of pretty-printed JSON to optimize whitespace-heavy parsing, the perl6-bench timing function produces these.

@ghost ghost assigned pmichaud Jun 2, 2013
@leto
Copy link
Contributor

leto commented Jun 3, 2013

I would find it interesting to benchmark Perl 6 JSON parsing with other languages. Please let me know if I can help setup automated benchmarks.

@lizmat
Copy link
Contributor

lizmat commented Oct 16, 2020

JSON::Fast has basically taken over from JSON::Tiny. Created as a faster drop-in replacement for JSON::Tiny, it has had several iterations of speed improvements itself. So I guess it is safe to close this issue now.

@lizmat lizmat closed this as completed Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants