Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 491 Bytes

File metadata and controls

5 lines (4 loc) · 491 Bytes

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

The performance gains we have made with the parser type have already been super impressive, but we can take things even further. We will explore the performance characteristics of closures using the time profiler and make some changes to how we define parsers to unlock even more speed.