4 ms·
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.
by otherjason 3y 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.
- drcongo 3y agoI'm finding it instantaneous here on a large dirty codebase. In what way is it slow for you?
- acdha 3y agoDiff 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.
- drcongo 3y agoInteresting, thanks, I'll keep an eye out for that. I rarely need to diff particularly large files.
- acdha 3y agoYeah, 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.