-
Notifications
You must be signed in to change notification settings - Fork 11
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
DAISY: weird performance ! #16
Comments
change blockwise processing to using dask |
Switch to Dask. @d-v-b @yuriyzubov |
what code would we need to change or look at to achieve this? |
and, even better than switching to dask would be to make the workflow generic with respect to task executors, so that someone could use dask or daisy |
this is the daisy repo we are using : https://github.com/funkelab/daisy/tree/master/daisy |
Seems due to read_write_conflict. Set to False when possible for improved performance. |
I tested 4 different runs with exactly the same data and the same process:
1- 2260 workers X 1 core : performance 108 blocks/s
2- 1000 workers X 1 core: performance 127 blocks/s
3- 500 workers x 1 core : performance 140 blocks/s
4- 565 worker sX 4 cores : performance 138 blocks/s
The text was updated successfully, but these errors were encountered: