Message9375

Author zyasoft
Recipients akong, doublep, fwierzbicki, mcieslik, zyasoft
Date 2015-01-12.16:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421079035.46.0.702693602063.issue1612@psf.upfronthosting.co.za>
In-reply-to
Content
The reported performance problem is still seen in 2.7.0 beta 4.

In reviewing CPython 2.7's arraymodule.c, I don't see any support for copy-on-write semantics to do this speedup. Instead it's just a straightforward memcpy in the frombytes function.
History
Date User Action Args
2015-01-12 16:10:35zyasoftsetmessageid: <1421079035.46.0.702693602063.issue1612@psf.upfronthosting.co.za>
2015-01-12 16:10:35zyasoftsetrecipients: + zyasoft, fwierzbicki, akong, doublep, mcieslik
2015-01-12 16:10:35zyasoftlinkissue1612 messages
2015-01-12 16:10:34zyasoftcreate