dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Use ensure_deterministic kwarg instead of config #1064

Closed fjetter closed 1 month ago

fjetter commented 1 month ago

We added this toggle a while ago because the config setter is relatively slow. The toggle uses a contextvar instead which performs better.