j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

Merge Check, Hint, and Handler stacks #212

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Merging these stacks, which are commonly used together, reduces allocations and improves cache locality, there is a performance bump associated from this.