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

Parallel visualisation memory usage #38

Open
JBorrow opened this issue Mar 17, 2020 · 0 comments
Open

Parallel visualisation memory usage #38

JBorrow opened this issue Mar 17, 2020 · 0 comments

Comments

@JBorrow
Copy link
Member

JBorrow commented Mar 17, 2020

The parallel visualisation routines have memory usage that scales with the number of threads; we create a copy of the output array for each thread and sum them at the end. Surely there is a faster and more memory-lean way of doing this?

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

1 participant