| Commit message (Expand) | Author |
2022-04-03 | Publish "Care" | June McEnroe |
2022-03-31 | Publish "Compassion" | June McEnroe |
2022-03-24 | Skip matches with ident chars on either side | June McEnroe |
2022-03-24 | Add The Invisible Life of Addie LaRue | June McEnroe |
2022-03-22 | Source ~/.profile.local if it exists | June McEnroe |
2022-03-18 | Publish "Addendum 2021" | June McEnroe |
2022-03-16 | Remove wcwidth port | June McEnroe |
2022-03-16 | Remove -j4 from ./Plan | June McEnroe |
2022-03-15 | Rewrite Linux install.sh for Debian | June McEnroe |
2022-03-15 | Remove dash | June McEnroef1e6c4957e863b3d46ed2d855ca80dc23ebf01&follow=1'>Use Z_FILTERED strategy | June McEnroe |
|
|
|
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.
|
|
Interesting to see how my code habits have changed.
|
|
|
|
|
|
|
|
|
|
Also bump the message cap to 1024 because that is ostensibly useful
for replying to older messages.
|
|
|
|
There are probably better things to sort by but title definitely
always exists.
|
|
This makes it even faster. From ~1s on a sqlite3.c amalgamation to
~0.85s.
|
|
Since ctags only ever produces regular expressions of the form
/^re$/ or /^re/ with no other special characters, instead unescape
the pattern and simply use strncmp.
Running on a sqlite3.c amalgamation, the regex version takes ~37s
while the strncmp version takes ~1s, producing identical output.
Big win!
|
|
|
|
|
|
|
|
This fixes badly indented comments.
|
|
|
|
|
|
|
|
|