about summary refs log tree commit diff stats
path: root/318counter.subx
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik K. Agaram2021-05-291-0/+31
Minor counter infrastructure. We invoke next-token 1400 times while loading the shell's data disk, so we're wasting around 1.4MB during tokenization.
/a> 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48