Message227299
I found one more place where special casing helps: equal comparisons to integers, e.g. f == 0 or f == 1 or so. timeit shows me a speedup by a factor of three for this, with only a tiny slow-down when comparing fractions on both sides.
I put all of them in one patch, deselecting after applying should be easy enough. |
|
| Date |
User |
Action |
Args |
| 2014-09-22 19:35:53 | scoder | set | recipients:
+ scoder, mark.dickinson, serhiy.storchaka |
| 2014-09-22 19:35:53 | scoder | set | messageid: <[email protected]> |
| 2014-09-22 19:35:53 | scoder | link | issue22464 messages |
| 2014-09-22 19:35:53 | scoder | create | |
|