Using D and std.ndslice as a Numpy Replacement

Ilya Yaroshenko via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Jan 2 15:51:09 PST 2016


On Saturday, 2 January 2016 at 19:49:05 UTC, Jack Stouffer wrote:
> http://jackstouffer.com/blog/nd_slice.html
>
> https://www.reddit.com/r/programming/comments/3z6f7a/using_d_and_stdndslice_as_a_numpy_replacement/

Jack, Thank you for the article!

Link to the benchmark at GitHub 
https://github.com/DlangScience/examples/blob/master/mean_of_columns.d

This benchmark is _not_ lazy, so ndslice faster than Numpy only 
3.5 times.
  -- Ilya


More information about the Digitalmars-d-announce mailing list