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

compress/gzip: add Reset method to Reader #6364

Closed
kortschak opened this issue Sep 11, 2013 · 6 comments
Closed

compress/gzip: add Reset method to Reader #6364

kortschak opened this issue Sep 11, 2013 · 6 comments

Comments

@kortschak
Copy link
Contributor

Adding a Reset method to the gzip Reader would allow Reader instances to be reused
(removing allocations due to the crc32.Hash creation) particularly in conjunction with a
fix for issue #6317.

We are past the feature freeze, but for future reference (I will mail if accepted and
it's appropriate at this stage):

https://golang.org/cl/13512052
@robpike
Copy link
Contributor

robpike commented Sep 13, 2013

Comment 1:

Labels changed: added priority-later, removed priority-triage.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

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

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added repo-main.

@gopherbot
Copy link

Comment 5:

CL https://golang.org/cl/13512052 references this issue.

@rsc
Copy link
Contributor

rsc commented Apr 17, 2014

Comment 6:

This issue was closed by revision 6277cc3.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants