Stephen Battista
Results
2
issues of
Stephen Battista
If you replace: `iterable.into_iter().join(sep)` With ``` iterable.map(AsRef::as_ref) .collect::() .join(sep) ``` in Itertools::join the performance is 2X faster.
I get a timeout error on 65.49.0.0 - 65.49.127.255 (Hurricane Eletric) I get a stream did not contain valid UTF-8 error on 185.73.124.0 - 185.73.124.255 (jaredltd noc in LV) It...