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

io::reader needs a method to read into a preallocated vec #2901

Closed
erickt opened this issue Jul 13, 2012 · 0 comments
Closed

io::reader needs a method to read into a preallocated vec #2901

erickt opened this issue Jul 13, 2012 · 0 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@erickt
Copy link
Contributor

erickt commented Jul 13, 2012

This will remove a malloc, and potentially speed up some io-heavy operations.

erickt added a commit to erickt/rust that referenced this issue Jul 21, 2012
@erickt erickt closed this as completed in 06ac0c2 Jul 24, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Jun 3, 2023
Hide full miri command line in `./miri run-dep`

fixes rust-lang#2443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

No branches or pull requests

1 participant