delta: π delta `0.12.0` is slower than `0.11.3`
Hi!
I see something similar to #824 (which is fixed in 0.11.2). I will try to reproduce it in docker and post the output.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 16 (8 by maintainers)
Commits related to this issue
- Docker-based repro script by @infokiller Ref #973 — committed to dandavison/delta by dandavison 2 years ago
- Docker-based repro script by @infokiller Ref #973 — committed to dandavison/delta by dandavison 2 years ago
@dandavison I notice it when running
git diff. My git pager is defined like this:The expression is complex because I want it to have a fall back if delta is not installed.
Oops, I can actually reproduce it in docker, I just misread the output. The behavior is similar to #824: itβs slow with many processes running. Hereβs the full script I used:
Which results in:
Fixed by #984 (and released)
My current workaround is to install
0.11.3usingcargo install --version 0.11.3 --locked --all-features