Message 183494 - Python tracker
Message183494
| 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:26 | neologix | set | recipients: + neologix, pitrou, sbt |
| 2013-03-04 20:01:26 | neologix | link | issue17025 messages |
| 2013-03-04 20:01:26 | neologix | create | |