aerial.nvim/doc
Slotos 51bdd35f4f
feat: cache aerial tree-sitter queries (#325)
When moving away from nvim-treesitter helpers, I overlooked the caching
they were performing. This means that currently on every symbols
refetch, neovim scans filesystem and gets all queries. Definitely useful
when writing new queries, but slow nonetheless.

This commit introduces a simple query cache and an API method to clear
said cache. With this, performance should improve, yet a way to iterate
over query design remains accessible.
2023-11-11 18:21:17 -08:00
..
aerial.txt feat: cache aerial tree-sitter queries (#325) 2023-11-11 18:21:17 -08:00
api.md feat: cache aerial tree-sitter queries (#325) 2023-11-11 18:21:17 -08:00