| Commit message (Expand) | Author |
2017-08-17 | Remove scala syntax file | June McEnroe |
2017-08-06 | Add wake | June McEnroe |
2017-08-04 | Use $() in install.sh | June McEnroe |
2017-08-02 | Create Code Tarmak 3 layout | June McEnroe |
2017-07-31 | Add tup | June McEnroe |
2017-07-31 | Use designated initializer for hnel table | June McEnroe |
2017-07-30 | Add june | June McEnroe |
2017-07-30 | Play nethack as Valkyrie | June McEnroe |
2017-07-28 | Add toggle to hnel | June McEnroe |
2017-07-28 | Install sl | June McEnroe |
2017-07-25 | Add up, sup | June McEnroe |
2017-07-24 | Autopickup rings | June McEnroe |
2017-07-24 | Name dog | June McEnroe |
2017-07-23 | Add nethackrc | June McEnroe |
2017-07-23 | Remove useless setuid in bri | June McEnroe |
2017-07-23 | Clean up hnel a tiny bit | June McEnroe |
2017-07-21 | Set window size in hnel | June McEnroe |
2017-07-21 | Add hnel | June McEnroe |
2017-07-19 | chmod 600 in dtch | June McEnroe/commit/www/git.causal.agency/cgit/favicon.ico?id=b66b864a89e0a956e9d5d8909ccb3084df3c273e&follow=1'>Remove default favicon | June McEnroe |
|
I hate these things and also this one sucks.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|