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

Improve performance of iter library ( core::iter ) #2005

Closed
catamorphism opened this issue Mar 16, 2012 · 2 comments
Closed

Improve performance of iter library ( core::iter ) #2005

catamorphism opened this issue Mar 16, 2012 · 2 comments
Labels
I-slow Issue: Problems and improvements with respect to performance of generated code.

Comments

@catamorphism
Copy link
Contributor

As per FIXMEs:

  • implement a riterable interface to support reversed()
  • make sure min and max are optimized to use moves for the accumulator value
@brson
Copy link
Contributor

brson commented Apr 24, 2013

core::iter seems to be on the way out so this may not matter soon.

@thestinger
Copy link
Contributor

The old iterator module is gone, so this can just be done properly for the new adaptors.

Kobzol added a commit to Kobzol/rust that referenced this issue Dec 30, 2024
bors pushed a commit to rust-lang-ci/rust that referenced this issue Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-slow Issue: Problems and improvements with respect to performance of generated code.
Projects
None yet
Development

No branches or pull requests

3 participants