Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cythonized Builds #228

Closed
quasiben opened this issue Mar 1, 2022 · 1 comment
Closed

Cythonized Builds #228

quasiben opened this issue Mar 1, 2022 · 1 comment

Comments

@quasiben
Copy link
Member

quasiben commented Mar 1, 2022

@jakirkham and @charlesbluca have successfully implemented nightly cythonized builds for Distributed. Folks can test in a new or existing environment with following snippet:

mamba/conda install -c dask/label/dev distributed-impl=*=*cython

The goal for cythonizing the scheduler is to improve performance where the number of tasks is so large that the scheduler itself becomes a bottle neck

In addition to announcing here would anyone object to me sending out a tweet ?

@martindurant
Copy link
Member

No objection from me. The hope is, people try to benchmark some workloads and let us know to what degree cython is making a positive difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants