Scientific computing using D

9il ilyayaroshenko at gmail.com
Tue Mar 17 12:10:24 UTC 2020


On Tuesday, 17 March 2020 at 11:50:26 UTC, Ahmat wrote:
> On Tuesday, 17 March 2020 at 06:02:25 UTC, 9il wrote:
>> On Tuesday, 17 March 2020 at 00:48:24 UTC, ahmat wrote:
>>> [...]
>>
>> https://github.com/libmir/mir-algorithm
>> https://github.com/libmir/mir-random
>> https://github.com/libmir/mir-blas
>> https://github.com/libmir/mir-lapack
>> https://github.com/libmir/mir-optim
>> https://github.com/libmir/mir-intergral
>>
>> Mir is not the libraries for scientific research on a PC as 
>> well as the whole D isn't the best choice for that. Python is 
>> better for this kind of stuff. If you just like D, it isn't a 
>> good reason to use it. Use D if you don't have other choices 
>> because of technical reasons. D offers what other languages 
>> can't and sometimes it is the only good choice an engineer has.
>>
>> Ilya
>
> Thanks you, How is Libmir in term of performance ?

When compiled with LDC Mir has the same performance as C/C++ code 
compiled with Clang/Clang++. The linear algebra performance 
depends on BLAS/Lapack library that is linked with.


More information about the Digitalmars-d mailing list