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 Mark.Shannon
Recipients Mark.Shannon, corona10, shihai1991, vstinner
Date 2020-06-08.09:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591608286.33.0.478294618233.issue40521@roundup.psfhosted.org>
In-reply-to
Content
I'd be interested to see if you can get more consistent results.

Performance of modern hardware is very sensitive to memory layout, so some sort of address randomization might be needed to remove artifacts of layout.
It is possible that the objects on the free lists for telco are better aligned with cache lines, or fit is cache better in some way.
And conversely, in chameleon, objects fit cache in a worse way.
Just a guess, of course.

Thanks for trying to get some benchmark results.
History
Date User Action Args
2020-06-08 09:24:46Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, corona10, shihai1991
2020-06-08 09:24:46Mark.Shannonsetmessageid: <1591608286.33.0.478294618233.issue40521@roundup.psfhosted.org>
2020-06-08 09:24:46Mark.Shannonlinkissue40521 messages
2020-06-08 09:24:45Mark.Shannoncreate