The review of std.hash package
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Thu Aug 9 05:48:37 PDT 2012
On 8/9/12 5:05 AM, Johannes Pfau wrote:
> Well that's possible, but I don't like the template bloat it causes.
What have you measured, and what is your dislike based upon?
The library function must be generic. Then users worried about bloating
may use it with a limited number of types.
A digest function only dealing with void[void[]] is unacceptable.
Andrei
More information about the Digitalmars-d
mailing list