-
Committer:
John Arbash Meinel
-
Date:
2009-03-26 20:18:40 UTC
-
mto:
(3735.40.9 vilajam)
-
mto:
This revision was merged to the branch mainline in
revision
4280.
-
Revision ID:
john@arbash-meinel.com-20090326201840-ddb2uqof335ysvnu
max() shows up under lsprof as more expensive than creating an object.
timeit also says if x < y is faster than y = max(x, y).
Small win, but I'll take it.