chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Bignums in core


From: Ivan Raikov
Subject: Re: [Chicken-users] Bignums in core
Date: Sun, 04 Oct 2009 15:41:59 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

  I agree that bignums do not automatically equal slower (fixnum)
performance. For example, see here:

http://people.csail.mit.edu/jaffer/CNS/interpreter-branch

Also, the Glasgow Haskell Compiler wiki has some notes on replacing GMP:

http://hackage.haskell.org/trac/ghc/wiki/ReplacingGMPNotes

  -Ivan

John Cowan <address@hidden> writes:

> Nicholas Indy Ray scripsit:
>
>> Bignums are nice and all, but I hardly see it as a practical
>> necessity. Plus if I had to choose between fix/flonums or bignums
>> and slower number performance, I'd choose the prior, that is why I
>> use chicken!
>
> Bignums don't hurt performance much unless you use them.  Ratios can
> hurt performance, but I'm not proposing them: / should still return a
> flonum if the mathematical result is not an integer.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]