pytoolz / toolz

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

Make import times significantly faster #534

Closed eriknw closed 2 years ago

eriknw commented 2 years ago

Thanks @fjetter for identifying toolz.curried.operator as the main culprit in dask/distributed#6659

The operator modules tends to change slowly (although call is about to be added!), so this shouldn't be much of a maintenance burden to keep up to date.