Home

Awesome

parser benchmarks

This repository holds benchmarks comparing various parser libraries:

Along with existing libraries for comparison:

Right now, there are 3 examples:

The goal of this repository is to gather various parsing solutions and compare them on performance, but also usability (testing how easy it is to write and maintain a parser for complex, real world formats). It is also a good testing ground to see if some techniques might be transferrable from one parsing solution to another.