Re: Learning resources for std.experimental.allocator

2017-01-06 Thread Ryan via Digitalmars-d
On Friday, 6 January 2017 at 03:28:43 UTC, Chris Wright wrote: There are some other interesting things you can do with this, though, regarding tracking how you use memory. Or you could use it to better benchmark malloc vs GC for your application. I did this just to see what the difference w

Re: D future ...

2016-12-20 Thread ryan via Digitalmars-d
On Monday, 19 December 2016 at 23:02:59 UTC, Benjiro wrote: I split this from the "Re: A betterC modular standard library?" topic because my response is will be too much off-topic but the whole thread is irking me the wrong way. I see some of the same argument coming up all the time, with a lev

Re: Mir Random [WIP]

2016-11-23 Thread Ryan via Digitalmars-d
On Wednesday, 23 November 2016 at 15:44:10 UTC, Joseph Rushton Wakeling wrote: auto m = (&r).map!(a=>1); ...? (Untested, but I think it should work.) Tested, works with 2.071.1

Re: Mir Random [WIP]

2016-11-23 Thread Ryan via Digitalmars-d
On Wednesday, 23 November 2016 at 15:29:14 UTC, Kagamin wrote: On Wednesday, 23 November 2016 at 14:30:53 UTC, Andrei Consider this okayish looking code: consume(rng()); consume(rng.take(2)); //reuses previous value consume(rng()); //discards unused value Also consider the case of using 1 gene

Compiler License Terms

2015-01-19 Thread Ryan via Digitalmars-d
Hi it's me again, I didn't know if you were getting the updates from the other post, or, as I can imagine, you are just extremely busy. You said there was a license for redistributing the compiler? What are the terms and if I agree how would I apply? Thanks, Ryan (If you were getting updates

Re: Question about compiler licensing

2015-01-18 Thread Ryan via Digitalmars-d
On Sunday, 18 January 2015 at 10:32:16 UTC, Ryan wrote: On Sunday, 18 January 2015 at 08:48:34 UTC, Walter Bright wrote: On 1/17/2015 7:54 PM, Ryan wrote: Hello, I tried to contact Digital Mars by email but the contact page does not work nor do most of the other forums for me. Maybe I am using

Re: Question about compiler licensing

2015-01-18 Thread Ryan via Digitalmars-d
On Sunday, 18 January 2015 at 08:48:34 UTC, Walter Bright wrote: On 1/17/2015 7:54 PM, Ryan wrote: Hello, I tried to contact Digital Mars by email but the contact page does not work nor do most of the other forums for me. Maybe I am using them wrong? Anyway, I downloaded the Digital Mars C/C++

Question about compiler licensing

2015-01-17 Thread Ryan via Digitalmars-d
Hello, I tried to contact Digital Mars by email but the contact page does not work nor do most of the other forums for me. Maybe I am using them wrong? Anyway, I downloaded the Digital Mars C/C++ compiler and fell in love with it because of how light weight it is (not 300+ MB!). I am working