Message 156502 - Python tracker

Message156502

Author kristjan.jonsson
Recipients kristjan.jonsson, michael.foord
Date 2012-03-21.17:47:21
SpamBayes Score 0.006396135
Marked as misclassified No
Message-id <1332352043.3.0.236525644282.issue14381@psf.upfronthosting.co.za>
In-reply-to
Content
Michael Foord reminded me of this issue recently.  It was discussed on pydev a few years back and met with limited enthusiasm.  I speak from experience in live production with EVE that this simple change saved us a lot of memory.  Integral floating point numbers are surprisingly common, falling out of mathematical operations and when reading tabular data.  0.0 and 1.0 in particular.
History
Date User Action Args
2012-03-21 17:47:23kristjan.jonssonsetrecipients: + kristjan.jonsson, michael.foord
2012-03-21 17:47:23kristjan.jonssonsetmessageid: <1332352043.3.0.236525644282.issue14381@psf.upfronthosting.co.za>
2012-03-21 17:47:22kristjan.jonssonlinkissue14381 messages
2012-03-21 17:47:22kristjan.jonssoncreate