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 Irvin.Probst, neologix, pitrou, sbt, vstinner
Date 2014-02-07.19:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2ZY7ucLyy8LNMwTAumuCh60mAcz7Bo=12X5ye4pTw7Kg@mail.gmail.com>
In-reply-to <1391800517.03.0.565125150695.issue20540@psf.upfronthosting.co.za>
Content
> Updated patch with the 3.2 heuristic for deciding when to concatenate.

LGTM.

For posterity, a quick benchmark performing 100 trivial remote calls:
Before:
$ ./python ~/test_manager.py
8.202659845352173

After:
$ ./python ~/test_manager.py
0.13146567344665527

Note that we're still behind the pre-rewrite performance (this is on 2.7):
$ ./python ~/test_manager.py
0.0707828998566

That's probably just the C->Python overhead, but I'll double-check.
History
Date User Action Args
2014-02-07 19:36:28neologixsetrecipients: + neologix, pitrou, vstinner, sbt, Irvin.Probst
2014-02-07 19:36:28neologixlinkissue20540 messages
2014-02-07 19:36:28neologixcreate