Message 336065 - Python tracker

Message336065

Author vstinner
Recipients rhettinger, sir-sigurd, vstinner
Date 2019-02-20.10:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550660007.09.0.395402891937.issue36030@roundup.psfhosted.org>
In-reply-to
Content
Raymond:
> Also, the timing loop is unrealistic.  We mostly care about small tuples.

Sergey: can you please run benchmarks on small tuples? Example, 1, 5, 10, 20 and 100 items. Maybe not only tuple(list), but try some other operations?
History
Date User Action Args
2019-02-20 10:53:27vstinnersetrecipients: + vstinner, rhettinger, sir-sigurd
2019-02-20 10:53:27vstinnersetmessageid: <1550660007.09.0.395402891937.issue36030@roundup.psfhosted.org>
2019-02-20 10:53:27vstinnerlinkissue36030 messages
2019-02-20 10:53:27vstinnercreate