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 tim.peters
Recipients brandtbucher, rhettinger, serhiy.storchaka, tim.peters
Date 2019-10-05.05:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570253539.93.0.621590103007.issue38373@roundup.psfhosted.org>
In-reply-to
Content
Don't know.  Define "the problem" ;-)  As soon as the allocation is over 512 bytes (64 pointers), it's punted to the system malloc family.  Before then, do a relative handful of relatively small memcpy's really matter?

pymalloc is faster than system mallocs, and probably uses space more efficiently.  There are no pure wins here :-)
History
Date User Action Args
2019-10-05 05:32:19tim.peterssetrecipients: + tim.peters, rhettinger, serhiy.storchaka, brandtbucher
2019-10-05 05:32:19tim.peterssetmessageid: <1570253539.93.0.621590103007.issue38373@roundup.psfhosted.org>
2019-10-05 05:32:19tim.peterslinkissue38373 messages
2019-10-05 05:32:19tim.peterscreate