Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGc4a4a49589bf: storageutil: allow modern hash sizes for fileids
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This look good overall. I wonder how much the tuple creation and lookup cost and if we should have two explicite test instead.
This question leads me to wonder if we should not simply have the store advertise the size of the hash it use and strictly test against that. What do you think ?