the-lambda-church / coquille

Interactive theorem proving with Coq in vim.
ISC License
186 stars 68 forks source link

Make xml re-parsing a little faster #48

Closed pqwy closed 7 years ago

pqwy commented 7 years ago

Since #45 got fixed, I would get hangs with the python process stuck at 100% CPU usage. After some eyeballing with @let-def today, it turned out that python was drowning in XML reparsing. Coq seems to be sending much larger chunks of data than it used to.

A really, really, really quick-and-duct-tape fix: