Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 494 Bytes

File metadata and controls

5 lines (4 loc) · 494 Bytes

This directory contains code from Point-Free Episode: Parsing Performance: The Point

It is well accepted that hand-rolled, imperative parsers are vastly more performant than parsers built with combinators. However, we show that by employing all of our performance tricks we can get within a stone’s throw of the performance of imperative parsers, and with much more maintainable code.