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

Consider moving to jackson stream parsing #13

Open
karthikrg opened this issue Nov 9, 2015 · 1 comment
Open

Consider moving to jackson stream parsing #13

karthikrg opened this issue Nov 9, 2015 · 1 comment

Comments

@karthikrg
Copy link

Its a lot faster than GSON, consumes lesser memory and does not use reflection. The generated code is a bit more verbose, but the tradeoff is worth it.

@jpbetz
Copy link
Contributor

jpbetz commented Nov 15, 2015

Pegasus uses streaming Jackson for the main parser, which Scala uses. But I agree, we should use streaming Jackson for android as well and eliminate our use of GSON. I'll keep this open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants