Re: D for BigData: the first BetterC library by Tamediadigital

2017-05-19 Thread Dsby via Digitalmars-d-announce
On Saturday, 25 February 2017 at 14:32:00 UTC, Ilya Yaroshenko wrote: HyperLogLog++ is advanced cardinality estimation algorithm with normal and compressed sparse representations. It can be used to estimate approximate number of unique elements in an unordered set. hll-d [1, 2] is written in

Re: [OT] Fast Deterministic Selection

2017-05-19 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 18 May 2017 at 15:14:17 UTC, Andrei Alexandrescu wrote: https://www.reddit.com/r/programming/comments/6bwsjn/fast_deterministic_selection_sea_2017_now_with/ Great work.

DConf 2017 Ex Post Facto

2017-05-19 Thread Mike Parker via Digitalmars-d-announce
This is a very brief look back at the four days of DConf 2017. The point is just to share a bit of it with the world and give them some links to click. Little of it will be news to those of you who were there or who followed closely along from home. Thanks to those of you who provided

Re: DIP 1008 Preliminary Review Round 1 Begins

2017-05-19 Thread Martin Tschierschke via Digitalmars-d-announce
On Friday, 19 May 2017 at 15:50:19 UTC, Mike Parker wrote: The first preliminary review round of DIP 1008 has begun. http://forum.dlang.org/post/blvfxcbfzoyxowsfz...@forum.dlang.org Also, don't forget that the feedback period of the formal review of DIP 1003 is underway and ends on May 26.

Re: DIP 1008: Exceptions and @nogc

2017-05-19 Thread Walter Bright via Digitalmars-d-announce
Saved everyone a click to figure out what the DIP is about :-)

DIP 1008 Preliminary Review Round 1 Begins

2017-05-19 Thread Mike Parker via Digitalmars-d-announce
The first preliminary review round of DIP 1008 has begun. http://forum.dlang.org/post/blvfxcbfzoyxowsfz...@forum.dlang.org Also, don't forget that the feedback period of the formal review of DIP 1003 is underway and ends on May 26.

Prettify and Resync are now open source too

2017-05-19 Thread Ecstatic Coder via Digitalmars-d-announce
I have released a few other tools on Github under the GNU GPL, including : * Resync : a local folder synchronizer. * Prettify : a source code prettifier for D and other languages. https://github.com/senselogic I don't know if some of you will be interested in them, but here they are...

5 reasons the D programming language is a great choice for development

2017-05-19 Thread Walter Bright via Digitalmars-d-announce
https://opensource.com/article/17/5/d-open-source-software-development

Re: DIP 1008 Preliminary Review Round 1 Begins

2017-05-19 Thread Mike Parker via Digitalmars-d-announce
On Friday, 19 May 2017 at 16:03:29 UTC, Martin Tschierschke wrote: For more convenience - please think about naming the DIPs with an additional keyword/name, in "Announce", too. Best Regards mt. From now on, I'll add the DIP title (or summary) in both the announcement & review thread

Re: 5 reasons the D programming language is a great choice for development

2017-05-19 Thread Quentin Ladeveze via Digitalmars-d-announce
On Friday, 19 May 2017 at 16:21:10 UTC, Walter Bright wrote: https://opensource.com/article/17/5/d-open-source-software-development Nice article ! If I translated it to french, what would be the ideal platform to publish it ?

Re: Prettify and Resync are now open source too

2017-05-19 Thread aberba via Digitalmars-d-announce
On Friday, 19 May 2017 at 16:22:36 UTC, Ecstatic Coder wrote: I have released a few other tools on Github under the GNU GPL, including : * Resync : a local folder synchronizer. * Prettify : a source code prettifier for D and other languages. https://github.com/senselogic I don't know if some