groupBy predicates: unary, binary, or both?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sun Dec 29 08:17:13 PST 2013


On 12/29/13 2:27 AM, bearophile wrote:
> But another common need is to group by equivalent classes using an
> associative array. Both C# and Clojure have this functionality (on LINQ
> and in the functions toolkit). This means that a "hashGroup" builds an
> associative array inside and returns it.
>
>
> See also:
> http://d.puremagic.com/issues/show_bug.cgi?id=5968
> http://d.puremagic.com/issues/show_bug.cgi?id=9842

I think hash joins should come first.

Andrei



More information about the Digitalmars-d mailing list