Skip to content

Files

Latest commit

Dec 7, 2020
326d958 · Dec 7, 2020

History

History

0127-parsing-performance-pt1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 3, 2020
Dec 7, 2020
Nov 30, 2020
Nov 30, 2020

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.