Preliminary submission - std.rational and std.typelist

Arlen arlen.ng at gmx.com
Wed Feb 13 14:30:18 PST 2013


On Wed, Feb 13, 2013 at 3:48 PM, bearophile <bearophileHUGS at lycos.com>wrote:

> Arlen:
>
>
>  I ran some benchmarks, and I don't see how the rosetta version is more
>> optimized:
>>
>
> My message says "See this implementation (that doesn't use an optimized
> GCD):". I have never said that code is more optimized.
>
> What I have said is that your version probably should simplify its
> arguments inside the constructor, possibly with an optimized GCD.
>
> Bye,
> bearophile
>

Sorry, I misread what you said.

Maybe you mean something different by "simplify its arguments", but my
version _does_ simplify its arguments inside the constructor.

As for "an optimized GCD", are you talking about binary GCD?

Arlen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130213/758ae95f/attachment.html>


More information about the Digitalmars-d mailing list