willtownes / glmpca

GNU Lesser General Public License v3.0
92 stars 10 forks source link

Speed up matrix operations with parallelization #22

Open willtownes opened 4 years ago

willtownes commented 4 years ago

Suggested by Aaron Lun in kstreet13/scry#7

There's probably some low-hanging fruit with BiocParallelization and DelayedArraying, especially if you can make use of the parallelized crossprod provided by DelayedArray (via the Matrix generic).