AnyhowStep / sql-compiler

An experimental SQL compiler
MIT License
0 stars 0 forks source link

Terrible performance with more than a handful of errors #12

Open AnyhowStep opened 3 years ago

AnyhowStep commented 3 years ago

https://github.com/AnyhowStep/sql-compiler/blob/260c70e291ea4c54c09632dc8b3d2945a70963eb/test-fixture/parse-2/statement/delimiter/custom-delimiter-alphabet-unintuitive-6-more.txt

Only 10 errors in this test fixture. However, it takes > 14s on my machine to run, and > 20s on Travis CI.

I think it's between 14s and 20s on Github Actions' VM.