Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 548 Bytes

File metadata and controls

5 lines (4 loc) · 548 Bytes

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

We're now comfortable with the performance characteristics of Swift strings and their abstraction levels, so let's apply this knowledge to the parser type. We will convert parsers of several complexities from substring to lower-level abstractions to get a handle on the differences and determine the abstractions we should work in.