You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful package! I was wondering if there were any plans to parallelize read simulation?
I noticed that it might be possible to parallelize the outer for loop in sgreg(). I tried replacing the for loop with foreach from the DoMC package.
It was a quick change and although I didn't do extensive testing, it seems to speed things up significantly when more than one replicate or group is being simulated (see: kcha/polyester@7b6c31e).
Hi,
Thanks for this useful package! I was wondering if there were any plans to parallelize read simulation?
I noticed that it might be possible to parallelize the outer for loop in
sgreg()
. I tried replacing the for loop withforeach
from the DoMC package.It was a quick change and although I didn't do extensive testing, it seems to speed things up significantly when more than one replicate or group is being simulated (see: kcha/polyester@7b6c31e).
Interested in hearing your thoughts!
The text was updated successfully, but these errors were encountered: