Message10088

Author zyasoft
Recipients zyasoft
Date 2015-05-28.05:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432789819.66.0.976410621828.issue2361@psf.upfronthosting.co.za>
In-reply-to
Content
One other observation: telco compares decimal implementation performance. It's remarkable to see the following:

### telco ###
Min: 0.680451 -> 0.827000: 1.22x slower
Avg: 0.696820 -> 1.067800: 1.53x slower
Significant (t=-2.34)
Stddev: 0.01483 -> 0.35420: 23.8779x larger

given that Jython's implementation is pure Python - it does not currently use BigDecimal, because any API differences have to be worked out (probably small) - and CPython in in C.
History
Date User Action Args
2015-05-28 05:10:19zyasoftsetmessageid: <1432789819.66.0.976410621828.issue2361@psf.upfronthosting.co.za>
2015-05-28 05:10:19zyasoftsetrecipients: + zyasoft
2015-05-28 05:10:19zyasoftlinkissue2361 messages
2015-05-28 05:10:19zyasoftcreate