Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 577 Bytes

File metadata and controls

5 lines (4 loc) · 577 Bytes

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

We want to explore the performance of composable parsers, but to do so we must first take a deep dive into the Swift string API. There are multiple abstractions of strings in Swift, each with its own benefits and performance characteristics. We will benchmark them in order to get a scientific basis for comparison, and will describe how to properly write a benchmark.