⚠️ Testing Emacs tags generation specifically. I've updated one whichfast-tags
was lacking-e
.
I thought I'd upgrade my hasktags to fast-tags, but discovered that it's not much faster.
The much bigger saving is to pipe fd
into it rather than letting either fast-tags/hasktags do its own
recursive directory searching. They appear to be egregiously slow in comparison to fd
.
I added ghc-tags, and that's the slowest for recursive cold run. It's the fastest on a warm run with fd
.
Confirmation that they're all producing outputs of roughly similar size.