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

encoding/json: speed up decoding #6496

Closed
bradfitz opened this issue Sep 27, 2013 · 8 comments
Closed

encoding/json: speed up decoding #6496

bradfitz opened this issue Sep 27, 2013 · 8 comments
Labels
FrozenDueToAge Performance Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@bradfitz
Copy link
Contributor

JSON decoding could be faster.

Various CLs have been tossed about and/or discussed on the mailing lists.

Here's one, for after Go 1.2 is out: https://golang.org/cl/13894045/
@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 1:

Labels changed: added release-go1.3.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 2:

Labels changed: removed go1.3.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added repo-main.

@bradfitz
Copy link
Contributor Author

Comment 4:

This issue was updated by revision 626da8d.

R=golang-dev, rsc, adg, r, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/13894045

@bradfitz
Copy link
Contributor Author

Comment 5:

Labels changed: added release-go1.3maybe, removed release-go1.3.

Owner changed to ---.

@rsc
Copy link
Contributor

rsc commented Apr 3, 2014

Comment 6:

Labels changed: added suggested, removed release-go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Apr 3, 2014

Comment 7:

Labels changed: added release-none.

@bradfitz bradfitz added accepted Performance Suggested Issues that may be good for new contributors looking for work to do. labels Apr 3, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc
Copy link
Contributor

rsc commented Sep 26, 2016

This is too vague to be actionable. It's fine to create new issues with specific cases that should be faster.

@rsc rsc closed this as completed Sep 26, 2016
@golang golang locked and limited conversation to collaborators Sep 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Performance Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

3 participants