Message210535
> 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. |
|
Date |
User |
Action |
Args |
2014-02-07 19:36:28 | neologix | set | recipients:
+ neologix, pitrou, vstinner, sbt, Irvin.Probst |
2014-02-07 19:36:28 | neologix | link | issue20540 messages |
2014-02-07 19:36:28 | neologix | create | |
|