Hacker News new | ask | show | jobs
by skywal_l 923 days ago
From the article:

> switch the default 3 way merge algorithm to histogram

1 comments

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.