| ▲ | phlakaton 7 hours ago | |||||||
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. | ||||||||
| ▲ | Hendrikto 7 hours ago | parent [-] | |||||||
> 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. | ||||||||
| ||||||||