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 bmerry
Recipients BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner
Date 2020-01-05.10:33:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578220418.58.0.804711090463.issue36051@roundup.psfhosted.org>
In-reply-to
Content
I've written a variant of the benchmark in which one thread does joins and the other does unrelated CPU-bound work that doesn't touch memory much. It also didn't show much benefit to thresholds below 512KB. I still want to test things on a server-class CPU, but based on the evidence so far I'm okay with a 1MB threshold.
History
Date User Action Args
2020-01-05 10:33:38bmerrysetrecipients: + bmerry, pitrou, vstinner, methane, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya
2020-01-05 10:33:38bmerrysetmessageid: <1578220418.58.0.804711090463.issue36051@roundup.psfhosted.org>
2020-01-05 10:33:38bmerrylinkissue36051 messages
2020-01-05 10:33:38bmerrycreate