Is there a good lib out there to handle large integer of know size ?
Era Scarecrow via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jun 10 12:28:30 PDT 2017
On Saturday, 9 January 2016 at 20:28:26 UTC, Andrei Alexandrescu
wrote:
> Who can champion ONE fixed large integer library for Phobos? --
> Andrei
Got a possible one. My implementation is heavy on assembly
language to take advantage of x86 features (like the carry flag,
and giving you 64 & 128bit inputs/results). Still building it,
but it's promising, mostly got cleanup on it to do and more
unittests.
Honestly the hardest part is writing the division code, which I
think I just got done.
More information about the Digitalmars-d
mailing list