imeka / ndarray-ndimage

Multidimensional image processing for ndarray
Apache License 2.0
14 stars 2 forks source link

Multithreaded Performance on Convolutions #26

Closed frankblubaugh closed 1 year ago

frankblubaugh commented 1 year ago

Looking at the code it looks like it would be pretty simple to implement the par_iter() methods from ndarray into the convolution iterators to allow for multithreading in various processing routines

frankblubaugh commented 1 year ago

trait bounds makes this more than a 30 minute fix