hrj / abandon

:relieved: Simple and Robust Accounting
Apache License 2.0
183 stars 27 forks source link

Consider using alternative parsing libraries #89

Open hrj opened 8 years ago

hrj commented 8 years ago

FastParse claims to be better than everything out there. Gotta try it sometime. Speed is not a priority for us, just a good-to-have.

hrj commented 7 years ago

Another alternative parsing library that seems to be even faster than FastParse, because it does some compile time optimisations using macros:

https://github.com/manojo/parsequery