pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Improve parsing performance #72

Closed pixelspark closed 7 years ago

pixelspark commented 7 years ago

SQL parsing is currently pretty slow but required often. Consider adding packrat caching to SwiftParser (and perhaps split off the SQL parser as a separate module).