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

try other Go json parsers #13

Open
Phillipmartin opened this issue Apr 3, 2016 · 2 comments
Open

try other Go json parsers #13

Phillipmartin opened this issue Apr 3, 2016 · 2 comments
Assignees
Milestone

Comments

@Phillipmartin
Copy link
Owner

ffjson is good, but JSON marshaling is still the single most expensive operation we deal with.

@Phillipmartin Phillipmartin self-assigned this Apr 3, 2016
@Phillipmartin Phillipmartin added this to the v1.0.0 milestone Apr 3, 2016
@sroberts
Copy link

sroberts commented Apr 3, 2016

Any ideas what library you're going for json parsing next?

@Phillipmartin
Copy link
Owner Author

ffjson's code generation stuff currently only works for libs, so I want to see about making that work for non-libs, or do a custom JSON serializer for my dnsLog structure.

I also read something about https://github.com/buger/jsonparser recently. seems parsing focused, but maybe it will speed up creation as well.

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