Skip to content
  • Linus Torvalds's avatar
    Add a "max_size" parameter to diff_delta() · 75c42d8c
    Linus Torvalds authored
    Anything that generates a delta to see if two objects are close usually
    isn't interested in the delta ends up being bigger than some specified
    size, and this allows us to stop delta generation early when that
    happens.
    75c42d8c