]> Lady’s Gitweb - LesML/commitdiff
Refactor initial chunking to be line‐based
authorLady <redacted>
Sat, 19 Oct 2024 17:11:12 +0000 (13:11 -0400)
committerLady <redacted>
Sat, 19 Oct 2024 17:35:40 +0000 (13:35 -0400)
The old parsing mechanism operated primarily on large string chunks,
which were re‐parsed into lines potentially multiple times. This
refactor changes the parsing to use lines and ranges, which is a little
more verbose/complicated from an X·Path perspective (it requires a lot
of `generate-id()` comparisons) but hopefully, on the whole, better.


No differences found
This page took 0.041762 seconds and 4 git commands to generate.