-
Notifications
You must be signed in to change notification settings - Fork 162
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
Performance regression? #19
Comments
Do you have a test case I could profile with? Alternatively, do you have a profile I could look at? This may also be fixed by rust-lang/rust#23820 |
I don't have a test case right this second, but it is almost certainly the same issue, since I'm using |
Ok! closing in favor of that then :) |
Hmmm. The speed depends on the size of the buffer passed into https://github.com/nerdrew/slow_rust_read_to_end |
Upon profiling it looks like 97% of the runtime is spent in io::Read::read_to_end, so I think that this is definitely rust-lang/rust#23820 |
I updated rust / cargo / flate2 to the most recent versions and un-gzipping a small (165B) file takes multiple seconds. Is it me or did something change?
versions:
The text was updated successfully, but these errors were encountered: