commit | 636a6b100fe6083388bc5315758326078abe65b4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Sep 19 01:54:09 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Sep 19 01:54:09 2004 +0000 |
tree | 3c862815b3865e1b4b18729cbe8c4e84e7a0e8fe | |
parent | 6cc1350807a64f609f6dd9559f9c94a2d208cd5f [diff] |
SF patch #1020845: Decimal performance enhancements (Contributed by Nick Coghlan.) Various code cleanups and optimizations (saves about 40% on testsuite execution time and on the telco benchmark). * caches results of various operations on self (esp. checks for being a special value). * _WorkRep now uses ints and longs for intermediate computations.