[pypy-issue] [issue926] pyparsing: PyPy takes much more time than CPython

hruske tracker at bugs.pypy.org
Sun Nov 6 14:27:49 CET 2011


New submission from hruske <zejn at kiberpipa.org>:

I implemented a parser in pyparsing, which has absymal performance in PyPy.
Using the parser on smaller dataset results in PyPy being ~10x slower (14.9s)
than CPython (1.5s) and failing to complete on a large dataset, where CPython
takes 17s.

Script and dataset can be found at http://www.kiberpipa.org/~hruske/stuff/pypy/

----------
messages: 3414
nosy: hruske, pypy-issue
priority: performance bug
status: unread
title: pyparsing: PyPy takes much more time than CPython

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue926>
________________________________________


More information about the pypy-issue mailing list