Skip to content
Snippets Groups Projects
Verified Commit 8f3d2866 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

feat: implement LRU cache and improve its benchmarks

At the moment all the query ASTs are cached in the engine LRU cache.
There is not much sense in it since we don't support parameters at
the moment, but it would be done later.

To get ready for parameters we have also added parameters support
in the grammar, but didn't implement it in the AST code.
parent bfdda61a
No related branches found
No related tags found
1 merge request!1414sbroad import
Showing
with 1223 additions and 848 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment