On Saturday, 24 September 2016 at 13:49:35 UTC, Andrei
Alexandrescu wrote:
I see, thanks. To the extent the Python-specific overheads are
measurable, it might make sense to include the benchmark.
Here are some benchmarks from Eigen and Blaze for comparison
http://eigen.tuxfamily.org/index.php?title=Benchmark
https://bitbucket.org/blaze-lib/blaze/wiki/Benchmarks
They don't include Python, for the reason mentioned above (no one
would use native python implementation of matrix multiplication,
it just calls some other library).
I don't see a reason to include it here.