Y
Hacker News
new
|
ask
|
show
|
jobs
by
otherjason
816 days ago
Difftastic is a useful tool, but in my experience, it's far too slow to be suitable as the default selection for a ubiquitous tool like git.
1 comments
drcongo
815 days ago
I'm finding it instantaneous here on a large dirty codebase. In what way is it slow for you?
link
acdha
815 days ago
Diff a large JSON file - I think it has to do with how large a single structure since I notice it most with static test fixtures.
link
drcongo
815 days ago
Interesting, thanks, I'll keep an eye out for that. I rarely need to diff particularly large files.
link
acdha
815 days ago
Yeah, it’s the kind of thing you notice when you enable it as the default git diff helper and it’s great almost all of the time until you hit that one weird repo which has gigantic data files.
link