diff setup.py @ 27064:a29db426c5ba

context: avoid extra parents lookups Resolving parents requires reading from the changelog, which is a few attributes and function calls away. Parents lookup occurs surprisingly often. Micro optimizing the code to avoid redundant lookups of parents appears to make `hg log` on my Firefox repo a little faster: before: 24.91s after: 23.76s delta: -1.15s (95.4% of original)
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 21 Nov 2015 19:21:01 -0800
parents e8497889edab
children 7309853eedae
line wrap: on
line diff