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 sbt
Recipients neologix, pitrou, sbt
Date 2013-03-04.19:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362426533.39.0.765027855039.issue17025@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like queues_contention.diff has the line

    obj = pickle.dumps(obj)

in both _feed() and put().  Might that be why the third set of benchmarks was slower than the second?
History
Date User Action Args
2013-03-04 19:48:53sbtsetrecipients: + sbt, pitrou, neologix
2013-03-04 19:48:53sbtsetmessageid: <1362426533.39.0.765027855039.issue17025@psf.upfronthosting.co.za>
2013-03-04 19:48:53sbtlinkissue17025 messages
2013-03-04 19:48:53sbtcreate