python-parsing-benchmarks
python-parsing-benchmarks copied to clipboard
Benchmarks for ANTLR and funcparselib
As discussed in https://github.com/lark-parser/lark/issues/487, code is here: https://gist.github.com/erezsh/c2b51a03273f2485317fc83e75fa162c
P.S. the antlr code expects an older version (it will tell you which one), but seems to work with the newest one as well.
Great, thanks. And I think making a gist was a great idea, so there's a record of the original code.