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 serhiy.storchaka
Recipients Martin Bammer, pitrou, ppperry, serhiy.storchaka
Date 2018-07-17.15:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531839769.03.0.56676864532.issue34128@psf.upfronthosting.co.za>
In-reply-to
Content
The demo script shows around 8% slowdown to me for

    data = list(map(float, range(N)))
History
Date User Action Args
2018-07-17 15:02:49serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ppperry, Martin Bammer
2018-07-17 15:02:49serhiy.storchakasetmessageid: <1531839769.03.0.56676864532.issue34128@psf.upfronthosting.co.za>
2018-07-17 15:02:49serhiy.storchakalinkissue34128 messages
2018-07-17 15:02:49serhiy.storchakacreate