]> Lady’s Gitweb - LesML/commit
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)
commita75bd82caffae94c4d87a6135a9c94a199fca06bb3faec1241d5cc1f959ee55b
treeed1aa5f278f7945ac08e8b5169452c5db2943b63ae46818b79b4f4d6514d0766
parentbf2f145bc808d787d8dc5a5bea255ccb3b0930c1c8f032c98b8af539ecb5ac7e
Refactor initial chunking to be line‐based

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.
parser.xslt
This page took 0.127367 seconds and 4 git commands to generate.