]> 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>
Tue, 31 Mar 2026 02:00:23 +0000 (22:00 -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.181152 seconds and 4 git commands to generate.