haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

Data.Attoparsec.Internal.Types: expand apP #151

Closed vaibhavsagar closed 4 years ago

vaibhavsagar commented 5 years ago

I don't think there's actually any measurable performance difference but I thought it might still be useful to submit this PR so we have something to point to in the future.

vaibhavsagar commented 5 years ago

satisfyWith is failing when I run the tests, but it looks like it also does that when I revert my change.