Message58477
If I were in that situation I would prefer to store the binary
representation. But if someone really needs to store decimal floats,
we can add a method "fast_repr" which always calculates 17 decimal
digits.
Decimal to binary conversion, in any case, shouldn't be slower than it
is now, since on Gnu it is done anyway, and I don't think that our
implementation should be much slower. |
|
| Date |
User |
Action |
Args |
| 2007-12-11 23:46:57 | noam | set | spambayes_score: 0.042985 -> 0.042985 recipients:
+ noam, gvanrossum, tim_one, nascheme, rhettinger, christian.heimes |
| 2007-12-11 23:46:57 | noam | link | issue1580 messages |
| 2007-12-11 23:46:57 | noam | create | |
|