Comment by stabbles

Comment by stabbles 17 hours ago

4 replies

Does it include a decent BLAS? If I remember correctly R ships with reference BLAS, but for decent performance you need something external. Wonder what they picked for wasm based R.

uniqueuid 16 hours ago

I wonder what kind of edge cases you deal with when blas is your bottleneck in R. Stan code aside, I’ve seen few problems that are neither instant (i.e. sub hours) nor impossible (I.e years of compute).

  • fn-mote 12 hours ago

    Isn’t the linear algebra conventional wisdom that matrix ops are ALWAYS the bottleneck?

    I’m sure this is true in scientific computing.

    In R maybe a bunch of resampling would be expected to dominate?