Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching in parser #19

Open
ArveH opened this issue Apr 3, 2024 · 0 comments
Open

Caching in parser #19

ArveH opened this issue Apr 3, 2024 · 0 comments
Labels
feature 🚀 A collection of Task's that together adds new functionality

Comments

@ArveH
Copy link
Owner

ArveH commented Apr 3, 2024

Parsing is, amongst others, used for parsing default values. These will often be the same for the same types in a lot of tables (e.g. converting a string to a date for datetime columns, or constants for string or numbers). Creating a parse tree takes time, and with a cache, we can skip a lot of parse tree creations.

@ArveH ArveH added the feature 🚀 A collection of Task's that together adds new functionality label Apr 3, 2024
@ArveH ArveH added this to the Product Backlog milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 A collection of Task's that together adds new functionality
Projects
None yet
Development

No branches or pull requests

1 participant