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.22:09:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51351BAE.4000207@gmail.com>
In-reply-to <CAH_1eM3H2aNrXFxxTyUZHr9RtfZ-7DhTcRO+U330OFMit1+cig@mail.gmail.com>
Content
On 04/03/2013 8:01pm, Charles-François Natali wrote:
>> 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?

No.  I only looked at the diff and assumed both changes were for Queue.

Since you marked issue 10886 as superceded, do you intend to do the 
pickling in put()?
History
Date User Action Args
2013-03-04 22:09:55sbtsetrecipients: + sbt, pitrou, neologix
2013-03-04 22:09:55sbtlinkissue17025 messages
2013-03-04 22:09:54sbtcreate