[Top][All Lists]
[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.
- Re: [Chicken-users] set-file-position! only works with fixnums, (continued)
- Re: [Chicken-users] set-file-position! only works with fixnums, Thomas Bushnell BSG, 2009/10/02
- Re: [Chicken-users] set-file-position! only works with fixnums, Kon Lovett, 2009/10/02
- [Chicken-users] Bignums in core, Kon Lovett, 2009/10/02
- Re: [Chicken-users] Bignums in core, John Cowan, 2009/10/03
- Re: [Chicken-users] Bignums in core, Kon Lovett, 2009/10/03
- Re: [Chicken-users] Bignums in core, John Cowan, 2009/10/04
- Re: [Chicken-users] Bignums in core, Nicholas \"Indy\" Ray, 2009/10/04
- Re: [Chicken-users] Bignums in core, Thomas Bushnell BSG, 2009/10/04
- Re: [Chicken-users] Bignums in core, Nicholas \"Indy\" Ray, 2009/10/04
- Re: [Chicken-users] Bignums in core, John Cowan, 2009/10/04
- Re: [Chicken-users] Bignums in core,
Ivan Raikov <=
- Re: [Chicken-users] Bignums in core, Kon Lovett, 2009/10/05
- Re: [Chicken-hackers] Re: [Chicken-users] Bignums in core, Peter Bex, 2009/10/06
- Re: [Chicken-hackers] Re: [Chicken-users] Bignums in core, John Cowan, 2009/10/06
- Re: [Chicken-users] Bignums in core, Thomas Bushnell BSG, 2009/10/04
- [Chicken-users] Re: Bignums in core, Thomas Bushnell BSG, 2009/10/04
- Re: [Chicken-users] Re: Bignums in core, Nicholas \"Indy\" Ray, 2009/10/04
- Re: [Chicken-users] Re: Bignums in core, Thomas Bushnell BSG, 2009/10/04
- Re: [Chicken-users] Re: Bignums in core, Jim Ursetto, 2009/10/04
- Re: [Chicken-users] Re: Bignums in core, Kon Lovett, 2009/10/04
Re: [Chicken-users] set-file-position! only works with fixnums, Andreas Rottmann, 2009/10/03