quarylabs / sqruff

Fast SQL formatter/linter
https://quary.dev/
Apache License 2.0
277 stars 6 forks source link

Avoid dynamic dispatch #506

Open gvozdvmozgu opened 1 month ago

gvozdvmozgu commented 1 month ago

We can remove the Segment and Matcher traits. It might make sense to switch to Red-Green Trees for segment: https://blog.yaakov.online/red-green-trees/