This directory contains code from Point-Free Episode: Composable Architecture Performance: Case Paths
This week we improve the performance of another part of the Composable Architecture ecosystem: case paths! We will benchmark the reflection mechanism that powers case paths and speed things up with the help of a Swift runtime function.
For the section of the episode where we refactor the Case Paths, see this GitHub pull request.