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

Avoid allocations when joining strings #7776

Merged
merged 2 commits into from Sep 29, 2015
Merged

Commits on Sep 28, 2015

  1. Use util::str::str_join in more places

    Instead of intermediate allocations of `Vec`s, we should utilize
    `str_join` which operates on iterators
    frewsxcv committed Sep 28, 2015
You can’t perform that action at this time.