Dec. 4, 2008
2:31 p.m.
Raymond Hettinger wrote:
It's a non-starter until there is a fast, clean C implementation of decimal. The current module is hundreds of times slower than binary floats.
If we ever going to consider Cython for core development, the decimal module could be the first module that uses Cython. IMHO it's the perfect candidate for a proof of concept. Christian