pytoolz / toolz

A functional standard library for Python.
http://toolz.readthedocs.org/
Other
4.57k stars 258 forks source link

Add utils.consume from cytoolz #539

Open groutr opened 1 year ago

groutr commented 1 year ago

Cytoolz has a utils.consume for consuming an iterable efficiently. This PR resolves the discrepancy in the API by providing an efficient consume function to toolz.