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

Remove string allocation from try_iter #1393

Merged
merged 1 commit into from
Mar 26, 2019

Commits on Mar 26, 2019

  1. Remove string allocation from try_iter

    This allows to significantly speed up iteration over small collections, where string encoding is the primary overhead.
    
    Related to rustwasm#1386, but works around only this partial case.
    RReverser committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    11bb8f0 View commit details
    Browse the repository at this point in the history