##// END OF EJS Templates
deltas: skip if projected compressed size is bigger than previous snapshot...
deltas: skip if projected compressed size is bigger than previous snapshot If we have a delta, we check constraints against a lower bound estimate of the resulting compressed delta. We then checks this projected size against the `size(snapshotⁿ) > size(snapshotⁿ⁺¹)` constraint. This allows to exclude potential base candidates before doing any expensive computation. This only apply to the intermediate-snapshot case since this constraint only apply to them. For some pathological cases of a private repository this step provide a further performance boost (timing from `hg perfrevlogwrite`): before: 3.010646 seconds after: 2.609307 seconds

File last commit:

r30346:9cc438bf default
r42668:9b5fbe5e default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer