logoalt Hacker News

phlakatontoday at 2:14 PM1 replyview on HN

Unless you are compiling really large systems of DSL specification, speed of parsing is not the operation you want to be optimizing. XML for this use case, even if you DOM it, is plenty fast.

What are more concerning are the issues that result in unbounded parses – but there are several ways to control for this.


Replies

Hendriktotoday at 2:20 PM

> XML for this use case, even if you DOM it, is plenty fast.

This mindset is why we have computers now that are three+ orders of magnitude faster than a C64 but yet have worse latency.

show 1 reply