Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
LGTM.
Do we have any data if this speeds up hash computation? The patch seems small enough to justify either way.
Comment Actions
I forget which workload it was (might have been hg up <bookmark>), I measured this stack as being a 7% improvement.
Comment Actions
I've been trying to come up with a perf* command that shows off the win here, but at the end of the day it's producing fewer tuples, and that'll be a win.
Sigh.