Lucretiel / joinery

A Rust library for generically joining iterables with a separator
MIT License
91 stars 8 forks source link

Add performance notes regarding iterator clone #13

Closed Lucretiel closed 5 years ago

Lucretiel commented 6 years ago

If your Iterator owns its elements, cloning it might be expensive. Add a note about this to the documentation.

Lucretiel commented 5 years ago

Fixed in joinery 2.X