SerenitySoftware / cahoots

A Text Comprehension Engine in Python
MIT License
15 stars 3 forks source link

Performance Improvements needed in the location parsing suite. #141

Open hickeroar opened 9 years ago

hickeroar commented 9 years ago

Currently several of the parsers run sqlite database queries, and I'd like to see if there's a way that that can be done better/faster using some other method. The LIKE queries are particularly slow compared to many other cahoots operations.

Also, any uses of pyparsing may need to be investigated and improved as well.