This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients belopolsky, larry, lemburg, loewis, pitrou, scoder, skrah
Date 2014-10-04.18:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412447724.56.0.975790682289.issue22194@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, we have realized that pure C code brought less than a 2x speedup compared to straightforward Python code, so cdecimal support has become a low-priority concern for Numba. For the curious, the C code is from libmpdec's own benchmark (Web site seems down at the moment) and the Python code is here: https://gist.github.com/pitrou/9eb2a5651b99f2e3c4ce
History
Date User Action Args
2014-10-04 18:35:24pitrousetrecipients: + pitrou, lemburg, loewis, belopolsky, scoder, larry, skrah
2014-10-04 18:35:24pitrousetmessageid: <1412447724.56.0.975790682289.issue22194@psf.upfronthosting.co.za>
2014-10-04 18:35:24pitroulinkissue22194 messages
2014-10-04 18:35:24pitroucreate