Message236438
> That said, it is applied only n-times and is likely insignificant when compared to the O(n log n) sort. (...)
904 usec => 462 usec is very significant: it's 49% faster. So I'm ok for the change.
Note: PyPy JIT may not be able to optimize operator.itemgetter, whereas it optimizes the simple lambda function. You may report this performance issue to PyPy. PyPy may use different code in json for best performances. |
|
Date |
User |
Action |
Args |
2015-02-23 11:15:16 | vstinner | set | recipients:
+ vstinner, rhettinger, serhiy.storchaka, wbolster, josh.r |
2015-02-23 11:15:16 | vstinner | set | messageid: <1424690116.66.0.717811591244.issue23493@psf.upfronthosting.co.za> |
2015-02-23 11:15:16 | vstinner | link | issue23493 messages |
2015-02-23 11:15:16 | vstinner | create | |
|