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

Possible 25x speedup in steady-state inner_loop function #34

Open
nikhilwoodruff opened this issue Nov 29, 2021 · 0 comments
Open

Possible 25x speedup in steady-state inner_loop function #34

nikhilwoodruff opened this issue Nov 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nikhilwoodruff
Copy link
Collaborator

nikhilwoodruff commented Nov 29, 2021

I've found that eliminating dask multiprocessing can speed up the inner_loop function's main loop by around 25x (each iteration: ~0.75s without dask, ~20s with dask on my machine), probably due to high startup times. This might not apply to every machine.

Now, I can fail to find the steady-state 25x faster! 😄

@rickecon @jdebacker @jpycroft @MaxGhenis

@nikhilwoodruff nikhilwoodruff added the enhancement New feature or request label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant