-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I just pushed some updates to clear items when a picker hasn't yet been garbage collected, so on second run, those items should not longer use any memory. I've also added more info to leak debugging. When testing, the snacks picker used about half the memory as Telescope for the same query. Fzf-Lua will of course use less memory in Neovim since the actual grepping is done through In large repos, you can also configure |
Beta Was this translation helpful? Give feedback.
This should be fixed now.
There was an issue in my Async class where aborting a coroutine from inside the actual coroutine,
wasn't handled properly and that coroutine would not be closed.
Was only an issue with that
limit=
.