Re: Better docs for D (WIP)

2016-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 1 January 2016 at 16:30:44 UTC, Bastiaan Veelo wrote: In my eyes there are three important aspects to quality documentation: Let me summarize the benefits I see in my way for each of these three items: 1. Content For content, I'm making edits based on common questions I see.

Re: Better docs for D (WIP)

2016-01-02 Thread JohnCK via Digitalmars-d-announce
On Wednesday, 30 December 2015 at 23:05:11 UTC, Adam D. Ruppe wrote: This huge friction has killed my desire to contribute to Phobos before and it looks like it is again. the difference is this time, I have my own fork so the community doesn't have to lose out. Please keep the good work.

Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
http://jackstouffer.com/blog/nd_slice.html https://www.reddit.com/r/programming/comments/3z6f7a/using_d_and_stdndslice_as_a_numpy_replacement/

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Ali Çehreli via Digitalmars-d-announce
On 01/02/2016 11:49 AM, 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/ Broken link in "For a more in depth look at ranges, see The official D tutorial's section on ranges".

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Ilya Yaroshenko via Digitalmars-d-announce
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

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Saturday, 2 January 2016 at 23:23:38 UTC, Ilya Yaroshenko wrote: 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/ I just wanted

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Ilya Yaroshenko via Digitalmars-d-announce
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/ I just wanted to write to you that dip80-ndslice was moved to mir

Re: Damage Control: An homage to Rampart (Alpha)

2016-01-02 Thread thedeemon via Digitalmars-d-announce
On Thursday, 31 December 2015 at 16:43:53 UTC, rcorre wrote: Its very incomplete, but if you don't mind spending a few minutes trying it out I'd really appreciate it. Any feedback is appreciated -- either drop a comment here or file an issue on Github. There's no included tutorial as I'm hoping

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 3 January 2016 at 00:09:33 UTC, Jack Stouffer wrote: On Saturday, 2 January 2016 at 23:51:09 UTC, Ilya Yaroshenko wrote: This benchmark is _not_ lazy, so ndslice faster than Numpy only 3.5 times. I don't know what you mean here, I made sure to call std.array.array to force

Re: Better docs for D (WIP)

2016-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Saturday, 2 January 2016 at 19:31:24 UTC, JohnCK wrote: But currently I'm looking to your project and maybe I could help there. Well, the generator core is almost stable now, so pretty soon we'll be moving on to the other things. If I can keep up my vacation pace, this would be set in

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 2 January 2016 at 22:15:03 UTC, Ali Çehreli wrote: Broken link in "For a more in depth look at ranges, see The official D tutorial's section on ranges". Ali Fixed, thanks!

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Jack Stouffer via Digitalmars-d-announce
On Saturday, 2 January 2016 at 23:51:09 UTC, Ilya Yaroshenko wrote: This benchmark is _not_ lazy, so ndslice faster than Numpy only 3.5 times. I don't know what you mean here, I made sure to call std.array.array to force allocation.

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread Walter Bright via Digitalmars-d-announce
On 1/2/2016 11:49 AM, 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/ https://news.ycombinator.com/item?id=10828450 (but access through the front page, not this link)

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-02 Thread jmh530 via Digitalmars-d-announce
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/ Great piece. And great work done by those who worked on nd_slice.