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 vstinner
Recipients eric.smith, mark.dickinson, pitrou, serhiy.storchaka, skrah, vstinner
Date 2014-10-05.15:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412522909.08.0.491660762196.issue22222@psf.upfronthosting.co.za>
In-reply-to
Content
I was no aware of the performance degradation when I created the issue. 18 KB of memory is too low to invest effort on optimizing the generic Python memory allocator, I prefer to keep the heavily optimized allocator in dtoa.c.
History
Date User Action Args
2014-10-05 15:28:29vstinnersetrecipients: + vstinner, mark.dickinson, pitrou, eric.smith, skrah, serhiy.storchaka
2014-10-05 15:28:29vstinnersetmessageid: <1412522909.08.0.491660762196.issue22222@psf.upfronthosting.co.za>
2014-10-05 15:28:29vstinnerlinkissue22222 messages
2014-10-05 15:28:28vstinnercreate