Parallelisation of sparse matrix creation from Vec<CsVec<usize>> #353
newtonharry
started this conversation in
General
Replies: 1 comment
-
I would think you'd be memory bound and that parallelisation is not going to help much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently trying to parallelise this code using rayon, but I'm unsure of the approach to take here:
Currently the parallelised function compiles but any thoughts on how to do this more effectively?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions