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 neologix
Recipients neologix, pitrou, sbt
Date 2013-03-04.20:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3H2aNrXFxxTyUZHr9RtfZ-7DhTcRO+U330OFMit1+cig@mail.gmail.com>
In-reply-to <1362426533.39.0.765027855039.issue17025@psf.upfronthosting.co.za>
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?

_feed() is a Queue method, put() its SimpleQueue() counterpart. Am I
missing something?
History
Date User Action Args
2013-03-04 20:01:26neologixsetrecipients: + neologix, pitrou, sbt
2013-03-04 20:01:26neologixlinkissue17025 messages
2013-03-04 20:01:26neologixcreate