starmelon/lib/sql
YetAnotherMinion cc4c1cf9d5
feat: speed up javascript munging
Perform a single pass so the work of doing `m` replacements in a string
of length `n` is O(m + n) instead of O(m * n)

For the yogalogy template this change improves the script munging step
from ~2.5ms to 0.5ms [release] (from ~17ms to 3ms [debug]).
2025-11-23 19:34:17 -08:00
..
src/Astrid feat: speed up javascript munging 2025-11-23 19:34:17 -08:00
.gitignore exp: structure project for higher level tools 2025-11-23 19:34:16 -08:00
COPYING exp: structure project for higher level tools 2025-11-23 19:34:16 -08:00
elm.json exp: structure project for higher level tools 2025-11-23 19:34:16 -08:00
LICENSE exp: structure project for higher level tools 2025-11-23 19:34:16 -08:00
README.md exp: structure project for higher level tools 2025-11-23 19:34:16 -08:00

astrid-pages/sql