Building efficient and composable parsers with FastParse
Parsers are a fundamental part of all kinds of software, and Paul will guide us through creating them the Scala-way with FastParse's parser combinators. We'll look at how FastParse provides a nice API without sacrificing performance, and he will illustrate the method for building a parser and benchmarking its performance in a live demo.