Is there a good lib out there to handle large integer of know size ?

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 6 13:51:49 PST 2016


On Wed, Jan 06, 2016 at 09:25:45PM +0000, deadalnix via Digitalmars-d wrote:
> In my case, I'm interested in 160 and 256 bits integers. Using BigInt
> seems wasteful as I know the integer size I want. Do we have something
> like this around ?

If not, it may be something nice to add to Phobos.  Integer width can be
passed as a compile-time parameter, making it completely generic.


T

-- 
Right now I'm having amnesia and deja vu at the same time. I think I've forgotten this before.


More information about the Digitalmars-d mailing list