summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/t0106-diff.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-21 21:33:33 -0400
committerJune McEnroe <june@causal.agency>2021-09-21 21:33:33 -0400
commitd16660acf755488a7ec936ab959b82dcb219ac67 (patch)
treec6a1a0f6b5d9a759c98e145cf48486bc5066b725 /www/git.causal.agency/cgit/tests/t0106-diff.sh
parentRewrite pngo, add explicit options (diff)
downloadsrc-d16660acf755488a7ec936ab959b82dcb219ac67.tar.gz
src-d16660acf755488a7ec936ab959b82dcb219ac67.zip
Recalculate various lengths only as needed
This actually speeds things up quite a bit, saving roughly a second
on a big PNG screenshot. Almost all the remaining time is spent in
deflate.
Diffstat (limited to 'www/git.causal.agency/cgit/tests/t0106-diff.sh')
0 files changed, 0 insertions, 0 deletions
-0400'>2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe