comparison Makefile @ 20586:2d52f37937b0

revset: changed lazyset __add__ implementation to work lazily Performance Benchmarking: $ time hg log -qr "first(author(mpm) or branch(default))" 0:9117c6561b0b real 0m3.875s user 0m3.818s sys 0m0.051s $ time ./hg log -qr "first(author(mpm) or branch(default))" 0:9117c6561b0b real 0m0.213s user 0m0.174s sys 0m0.038s
author Lucas Moscovicz <lmoscovicz@fb.com>
date Thu, 13 Feb 2014 09:00:25 -0800
parents 4276c906d90e
children 1bc68ff4e0a2
comparison
equal deleted inserted replaced
20585:f3c8db3d6d66 20586:2d52f37937b0