aeson has several benchmarks to measure its performance on files of various types and sizes. I'm very interested in how an aeson parser expressed as a JsonGrammar performs in these tests. Ideally they convert to the same low-level code and have identical performance, but I don't know what we need to do to make that work.
aeson has several benchmarks to measure its performance on files of various types and sizes. I'm very interested in how an aeson parser expressed as a JsonGrammar performs in these tests. Ideally they convert to the same low-level code and have identical performance, but I don't know what we need to do to make that work.