goodmami / python-parsing-benchmarks

Compares Python's text parsing libraries
MIT License
24 stars 5 forks source link

Benchmarks for ANTLR and funcparselib #6

Open erezsh opened 2 years ago

erezsh commented 2 years ago

As discussed in https://github.com/lark-parser/lark/issues/487, code is here: https://gist.github.com/erezsh/c2b51a03273f2485317fc83e75fa162c

erezsh commented 2 years ago

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.

goodmami commented 2 years ago

Great, thanks. And I think making a gist was a great idea, so there's a record of the original code.