Hacker News new | ask | show | jobs
by mastax 1810 days ago
Yes, however for this specific situation `replace()` is not an iterator adapter but a method of `str` which returns a newly allocated `String`. In practice, the compiler does not do something smarter than that: https://rust.godbolt.org/z/z573Mvjzz
1 comments

Ah you are right about that. Yes, it would be a nice place to avoid an allocation