glmpca icon indicating copy to clipboard operation
glmpca copied to clipboard

Speed up matrix operations with parallelization

Open willtownes opened this issue 4 years ago • 0 comments

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).

willtownes avatar Jul 27 '20 14:07 willtownes