summary refs log tree commit diff
path: root/www/git.causal.agency/owner-filter.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-12 21:02:19 -0400
committerJune McEnroe <june@causal.agency>2021-09-12 21:02:19 -0400
commit865ee640ace97962cb9918b9a17a9bbb87e2695d (patch)
tree025afc0433fe9047b5a8c2572ee61ccbfa7c6bc8 /www/git.causal.agency/owner-filter.sh
parentAlso defer printing comment for lone close-parens (diff)
downloadsrc-865ee640ace97962cb9918b9a17a9bbb87e2695d.tar.gz
src-865ee640ace97962cb9918b9a17a9bbb87e2695d.zip
Replace htagml regex with strncmp
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!
Diffstat (limited to 'www/git.causal.agency/owner-filter.sh')
0 files changed, 0 insertions, 0 deletions
/td> 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe