Re: [Python-Dev] [RELEASED] Python 3.3.0 release candidate 3

2012年9月29日 02:21:34 -0700

Tim Delaney <[email protected]> wrote:
> If those numbers are similar in other benchmarks, would it be accurate and/or
> reasonable to include a statement along the lines of:
> 
> "comparable to float performance - usually no more than 3x for calculations
> within the range of numbers covered by float"
For numerical programs, 1.4x (9 digits) to 3x (19 digits) slower would be
accurate. On Windows the difference is even less.
For output formatting, cdecimal is faster than float (at least it was when
I posted a benchmark a couple of months ago).
Stefan Krah
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to