add a filter query cache 512mb that stores already decoded recent query results

this should improve performance noticeably for typical kind 1 client queries
This commit is contained in:
2025-11-16 18:29:53 +00:00
parent 95bcf85ad7
commit dfe8b5f8b2
14 changed files with 369 additions and 1962 deletions

View File

@@ -77,9 +77,11 @@
"Bash(docker run:*)",
"Bash(docker inspect:*)",
"Bash(./run-benchmark-clean.sh:*)",
"Bash(cd:*)"
"Bash(cd:*)",
"Bash(CGO_ENABLED=0 timeout 180 go build:*)"
],
"deny": [],
"ask": []
}
},
"outputStyle": "Explanatory"
}