Hacker News new | ask | show | jobs
by juped 923 days ago
histogram is a diff algorithm
1 comments

From the article:

> switch the default 3 way merge algorithm to histogram

Yeah, that was poorly written and confused me too.

It should say "switch the default diff algorithm to histogram." The diff algorithm is used within the recursive 3-way merge algorithm.