Skip to content
Prev 68175 / 398502 Next

when can we expect Prof Tierney's compiled R?

Luke Tierney <luke at stat.uiowa.edu> writes:
Actually, it has struck me a couple of times that these operations are
not as fast as they could be, since they are outside the scope of fast
BLAS routines, but "embarrassingly parallel" code could easily be
written for the relevant hardware. Even on uniprocessor systems there
might be speedups that the C compiler cannot find (e.g. because it
cannot assume that source and destination of the operation are
distinct).