Visible to the public On the Complexity and Performance of Parsing with Derivatives

TitleOn the Complexity and Performance of Parsing with Derivatives
Publication TypeConference Paper
Year of Publication2016
AuthorsAdams, Michael D., Hollenbeck, Celeste, Might, Matthew
Conference NameProceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-4503-4261-2
Keywordsexponentiation, parsing, Parsing with derivatives, Performance, pubcrawl, Resiliency
Abstract

Current algorithms for context-free parsing inflict a trade-off between ease of understanding, ease of implementation, theoretical complexity, and practical performance. No algorithm achieves all of these properties simultaneously. Might et al. introduced parsing with derivatives, which handles arbitrary context-free grammars while being both easy to understand and simple to implement. Despite much initial enthusiasm and a multitude of independent implementations, its worst-case complexity has never been proven to be better than exponential. In fact, high-level arguments claiming it is fundamentally exponential have been advanced and even accepted as part of the folklore. Performance ended up being sluggish in practice, and this sluggishness was taken as informal evidence of exponentiality. In this paper, we reexamine the performance of parsing with derivatives. We have discovered that it is not exponential but, in fact, cubic. Moreover, simple (though perhaps not obvious) modifications to the implementation by Might et al. lead to an implementation that is not only easy to understand but also highly performant in practice.

URLhttp://doi.acm.org/10.1145/2908080.2908128
DOI10.1145/2908080.2908128
Citation Keyadams_complexity_2016