Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does listary return slowly #3

Open
xuegao456 opened this issue Apr 2, 2022 · 1 comment
Open

Why does listary return slowly #3

xuegao456 opened this issue Apr 2, 2022 · 1 comment

Comments

@xuegao456
Copy link

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

@sheng-di
Copy link
Owner

sheng-di commented Apr 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants