Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGc4a4a49589bf: storageutil: allow modern hash sizes for fileids
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
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 ?