Benchmarking mir.ndslice + lubeck against numpy and Julia
Joseph Rushton Wakeling
joseph.wakeling at webdrake.net
Mon Jan 13 17:59:36 UTC 2020
On Monday, 13 January 2020 at 17:33:16 UTC, jmh530 wrote:
> Do you really that the people who write linear algebra code are
> missing 350x improvements? Maybe their algorithm is faster than
> what lapack does, but I'm skeptical that - properly benchmarked
> - it could be that much faster.
Fair. Is it possible that Julia is evaluating these calculations
lazily, so you don't pay for the factorization or SVD until you
genuinely start using the numbers?
More information about the Digitalmars-d
mailing list