typelevel / cats-parse

A parsing library for the cats ecosystem
https://typelevel.org/cats-parse/
MIT License
233 stars 53 forks source link

add a benchmark suite to compare against fastparse v1 #5

Closed johnynek closed 2 years ago

johnynek commented 3 years ago

We should be able to match fastparse v1, matching v2 would be tricky due to their use of macros there.

rossabaker commented 3 years ago

I had some crude JSON parsing benchmarks for fastparse 1, fastparse 2, atto, parsley, parboiled2, and an abuse of scodec. I'll see if I can locate and polish those.