Charles-François Natali added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to