clbarnes / nblast-rs

GNU General Public License v3.0
4 stars 1 forks source link

Parallelise #3

Closed clbarnes closed 4 years ago

clbarnes commented 4 years ago

Should just be a case of using rayon with par_iter. Choosing the level at which to add parallelism (per dotprops, per query_targets etc.) should be considered carefully.

clbarnes commented 4 years ago

Probably most useful at the Arena level, parallelising over query (or target) neurons. Would need to re-jig the symmetry optimisation.