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

Rewrite str::push_char in rust. #2062

Closed
wants to merge 1 commit into from
Closed

Rewrite str::push_char in rust. #2062

wants to merge 1 commit into from

Commits on Mar 28, 2012

  1. Rewrite str::push_char in rust.

    Avoid crossing to C to reallocate underlying array when possible,
    if we must we now only cross once per char (not once per byte.)
    Grahame Bowland committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    c28bcdc View commit details
    Browse the repository at this point in the history