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.
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.