Skip to content
Snippets Groups Projects

introduce subclass for delta-search

Merged Pierre-Yves David requested to merge topic/default/better-delta.class-split into branch/default
Compare changes
  • Side-by-side
  • Inline
Files
2
  • The previous computation was "wrong" it always used the tiprev, even when computing a delta in a non-append case (mostly benchmark).
    
    This never produced wrong delta on disk, but would misled debug or performance command. Since it does not have any actual user impact, I did not put this on stable.
    
    With the code fixed we can now use revisions in some search and it makes the
    test display more interesting behavior since the algorithm has more to work
    with.
Loading