MIR vs. Numpy

2020-11-18 Thread Tobias Schmidt via Digitalmars-d-announce

Dear all,

to compare MIR and Numpy in the HPC context, we implemented a 
multigrid solver in Python using Numpy and in D using Mir and 
perforemd some benchmarks with them.


You can find our code and results here:
https://github.com/typohnebild/numpy-vs-mir

Feedback is very welcome. Please feel free to open issues, pull 
requests or simply post your thoughts below.


Kind regards,
Tobias


Re: MIR vs. Numpy

2020-11-20 Thread Tobias Schmidt via Digitalmars-d-announce

Thanks for all of your feedback!

On Wednesday, 18 November 2020 at 13:14:37 UTC, jmh530 wrote:
It's been a while since I've used numba, so I was a little 
confused on the numba 1 and numba 8 runs.


The number was meant as the number of used threads in our runs. 
The prefix 'numba' is indicating if numba was used (numba) or not 
(nonumba).

We have added a section to clarify this. Thanks for the hint.