listary-plugin-example icon indicating copy to clipboard operation
listary-plugin-example copied to clipboard

Why does listary return slowly

Open xuegao456 opened this issue 2 years ago • 1 comments

For example, A simple search function:

async function search(query) { return [{ title: ":"+query }]; }

when I type something in listary, the result returns very slowly, about 1-2 second

xuegao456 avatar Apr 02 '22 07:04 xuegao456

Because every time listary runs Javascript code, it starts a new process to run the code, which is time consuming. Now or in the future, this problem will probably not be solved because listary's author has already abandoned it, so we can only optimize it as best we can.

sheng-di avatar Apr 02 '22 08:04 sheng-di