textX icon indicating copy to clipboard operation
textX copied to clipboard

pypy for performance tests

Open goto40 opened this issue 5 years ago • 1 comments
trafficstars

Just an idea:

I used textx for a simple parsing task for large files. The whole procedure was very slow, so I switched to pypy (https://pypy.org/). This gave me a big speedup (x2,x3 or even faster).

We could try to include pypy for our automated tests.

goto40 avatar Feb 01 '20 21:02 goto40

Yes, pypy is great. I had similar experiences in the past. I agree that we should support it if possible.

igordejanovic avatar Feb 02 '20 17:02 igordejanovic