simdxml parses XML into flat arrays instead of a DOM tree, then evaluates XPath expressions against those arrays. The approach adapts simdjson's structural indexing architecture to XML: SIMD ...
A Python parser and serializer for TOON (Token-Oriented Object Notation), a compact data format designed to reduce LLM token consumption by 30-60% compared to JSON.